diff options
author | Lorenz Diener <[email protected]> | 2017-09-08 16:38:03 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-09-08 16:38:03 +0200 |
commit | a93a1abcd38798833f4c9ac4c1deaeb7f9a51967 (patch) | |
tree | b708be46cfe3f3bd628bfb4cb40b120e8a9415d9 | |
parent | e052ca1ae95440e4b6498972fbea57b17ef14a5c (diff) | |
download | mastodon.py-a93a1abcd38798833f4c9ac4c1deaeb7f9a51967.tar.gz |
Prepare for release 1.1.0
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4c5352a..94f1534 100644 --- a/docs/conf.py +++ b/docs/conf.py | |||
@@ -66,9 +66,9 @@ author = u'Lorenz Diener' | |||
66 | # built documents. | 66 | # built documents. |
67 | # | 67 | # |
68 | # The short X.Y version. | 68 | # The short X.Y version. |
69 | version = u'1.0' | 69 | version = u'1.1' |
70 | # The full version, including alpha/beta/rc tags. | 70 | # The full version, including alpha/beta/rc tags. |
71 | release = u'1.0.8' | 71 | release = u'1.1.0' |
72 | 72 | ||
73 | # The language for content autogenerated by Sphinx. Refer to documentation | 73 | # The language for content autogenerated by Sphinx. Refer to documentation |
74 | # for a list of supported languages. | 74 | # for a list of supported languages. |
@@ -1,7 +1,7 @@ | |||
1 | from setuptools import setup | 1 | from setuptools import setup |
2 | 2 | ||
3 | setup(name='Mastodon.py', | 3 | setup(name='Mastodon.py', |
4 | version='1.0.8', | 4 | version='1.1.0', |
5 | description='Python wrapper for the Mastodon API', | 5 | description='Python wrapper for the Mastodon API', |
6 | packages=['mastodon'], | 6 | packages=['mastodon'], |
7 | setup_requires=['pytest-runner'], | 7 | setup_requires=['pytest-runner'], |