adding automatic versioning

This commit is contained in:
kevgliss
2015-11-30 10:43:41 -08:00
parent 9e0b9d9dda
commit 3651cce542
6 changed files with 56 additions and 7 deletions

View File

@ -11,6 +11,7 @@
#
# All configuration values have a default; values that are commented out
# serve to show the default.
from version import get_version
import sys
import os
@ -55,9 +56,9 @@ copyright = u'2015, Netflix Inc.'
# built documents.
#
# The short X.Y version.
version = '0.1'
version = get_version()
# The full version, including alpha/beta/rc tags.
release = '0.1.3'
release = get_version()
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -5,7 +5,7 @@ docutils>=0.7
markupsafe
sphinxcontrib-httpdomain
Flask==0.10.1
Flask-RESTful==0.3.4
Flask-RESTful==0.3.3
Flask-SQLAlchemy==2.1
Flask-Script==2.0.5
Flask-Migrate==1.6.0