set version to 0.5.0
This commit is contained in:
parent
d26389b0a1
commit
ea85633271
@ -60,9 +60,9 @@ author = u'Radovan Bast, Jonas Juselius, and contributors'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.0'
|
version = '0.5'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '0.0'
|
release = '0.5.0'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -6,7 +6,7 @@ import datetime
|
|||||||
import ast
|
import ast
|
||||||
import collections
|
import collections
|
||||||
|
|
||||||
__version__ = 'X.Y.Z'
|
__version__ = '0.5.0'
|
||||||
|
|
||||||
# we do not use the nicer sys.version_info.major
|
# we do not use the nicer sys.version_info.major
|
||||||
# for compatibility with Python < 2.7
|
# for compatibility with Python < 2.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user