Skip to content

Commit

Permalink
Set version to 1.2.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
algorys committed Apr 11, 2018
1 parent 4d84404 commit 151eeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_converter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
VERSION = (1, 2, 0)
__application__ = u"CMake-Converter"
__short_version__ = '.'.join((str(each) for each in VERSION[:2]))
__version__ = '.'.join((str(each) for each in VERSION[:4])) + '-dev'
__version__ = '.'.join((str(each) for each in VERSION[:4]))
__author__ = u"Estrada Matthieu"
__copyright__ = u"2016-2017 - %s" % __author__
__license__ = u"GNU Affero General Public License, version 3"
Expand Down

0 comments on commit 151eeb8

Please sign in to comment.