diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2017-08-31 20:27:58 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2017-08-31 20:27:58 -0400 |
| commit | b41ce98a3930dc7c17be8081ef3a1ada3e2d58e8 (patch) | |
| tree | 69ffa317584817e51f820b7c71fe43ec431d5569 /api-docs/source/conf.py | |
| parent | 110f16bcbed04cd28b62065968ffa409fe76cdcf (diff) | |
increase version number in api docs
Diffstat (limited to 'api-docs/source/conf.py')
| -rw-r--r-- | api-docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index 412a56fa..1f5772b5 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -144,9 +144,9 @@ author = u'Vector 35 LLC' # built documents. # # The short X.Y version. -version = u'1.0' +version = u'1.1' # The full version, including alpha/beta/rc tags. -release = u'1.0.1' +release = u'1.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |
