Skip to content

Commit

Permalink
Merge pull request #392 from e0ne/release-1.3.6
Browse files Browse the repository at this point in the history
Bump version to 1.3.6
  • Loading branch information
e0ne authored Mar 21, 2020
2 parents ddf2fda + 15b56d3 commit 4f97acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/scss_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@

import sys

VERSION_INFO = (1, 3, 5)
DATE_INFO = (2016, 6, 8) # YEAR, MONTH, DAY
VERSION_INFO = (1, 3, 6)
DATE_INFO = (2020, 3, 21) # YEAR, MONTH, DAY
VERSION = '.'.join(str(i) for i in VERSION_INFO)
REVISION = '%04d%02d%02d' % DATE_INFO
BUILD_INFO = "pyScss v" + VERSION + " (" + REVISION + ")"
Expand Down

0 comments on commit 4f97acd

Please sign in to comment.