Skip to content

Commit

Permalink
Merge pull request #395 from e0ne/bump-1-3-7
Browse files Browse the repository at this point in the history
Bump version to 1.3.7
  • Loading branch information
e0ne authored Mar 26, 2020
2 parents 89038d3 + a62a461 commit 960be1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scss/scss_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pyScss, a Scss compiler for Python
@author German M. Bravo (Kronuz) <german.mb@gmail.com>
@version 1.2.0 alpha
@version 1.3.7
@see https://github.com/Kronuz/pyScss
@copyright (c) 2012-2013 German M. Bravo (Kronuz)
@license MIT License
Expand Down Expand Up @@ -46,8 +46,8 @@

import sys

VERSION_INFO = (1, 3, 6)
DATE_INFO = (2020, 3, 21) # YEAR, MONTH, DAY
VERSION_INFO = (1, 3, 7)
DATE_INFO = (2020, 3, 26) # 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 960be1c

Please sign in to comment.