Skip to content

Commit

Permalink
Merge pull request #424 from e0ne/release-v1.4.0
Browse files Browse the repository at this point in the history
Bump version to 1.4.0
  • Loading branch information
e0ne authored Feb 23, 2022
2 parents 5288922 + 9a8dddd commit e7f2a87
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) <[email protected]>
@version 1.3.7
@version 1.4.0
@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, 7)
DATE_INFO = (2020, 3, 26) # YEAR, MONTH, DAY
VERSION_INFO = (1, 4, 0)
DATE_INFO = (2022, 2, 23) # 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 e7f2a87

Please sign in to comment.