Skip to content

Commit

Permalink
Merge pull request #109 from saschpe/rel
Browse files Browse the repository at this point in the history
Release version 0.14.0
  • Loading branch information
saschpe committed Jan 23, 2020
2 parents 9ac9801 + d945bc2 commit 47742f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesscpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = ('0', '13', '0')
__version_info__ = ('0', '14', '0')
__version__ = '.'.join(__version_info__)


Expand Down

0 comments on commit 47742f2

Please sign in to comment.