diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-03-19 00:16:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-19 00:16:47 +0100 |
| commit | 82a016dcb48b81c3a2a88387a2d23fd1eb086a7b (patch) | |
| tree | 0dff6899dd05b4e3b590499f19d95247a7f1ea51 /docs/conf.py | |
| parent | 9a9ff7907b14066efde738830cf84ef704502069 (diff) | |
| parent | b1dc639e329026dd49c63112b91accefcfc33975 (diff) | |
Merge pull request #879 from kvch/gh-pages
[doc] bump version to 0.11 && rewrite Translation page
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 3ede34457..012499570 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ author = u'Adam Tauber' # built documents. # # The short X.Y version. -version = '0.10.0' +version = '0.11.0' # The full version, including alpha/beta/rc tags. -release = '0.10.0' +release = '0.11.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |