set version to 1.0.0-alpha-x

This commit is contained in:
Radovan Bast 2016-05-20 11:30:54 +02:00
parent 84b0e7c93c
commit d1545b9379
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
__version__ = 'X.Y.Z'
__version__ = '1.0.0-alpha-x'

View File

@ -60,9 +60,9 @@ author = u'Radovan Bast, Jonas Juselius, and contributors'
# built documents.
#
# The short X.Y version.
version = '0.0'
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '0.0'
release = '1.0.0-alpha-x'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.