Skip to content

Commit e6527f2

Browse files
committedOct 20, 2016
update version
1 parent d81e85b commit e6527f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can install python-twitter using::
4444

4545
$ pip install python-twitter
4646

47-
47+
4848
If you are using python-twitter on Google App Engine, see `more information <GAE.rst>`_ about including 3rd party vendor library dependencies in your App Engine project.
4949

5050

‎doc/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '3.2rc1'
60+
version = '3.2'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '3.2rc1'
62+
release = '3.2dev0'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

‎twitter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__email__ = 'python-twitter@googlegroups.com'
2424
__copyright__ = 'Copyright (c) 2007-2016 The Python-Twitter Developers'
2525
__license__ = 'Apache License 2.0'
26-
__version__ = '3.1'
26+
__version__ = '3.2dev0'
2727
__url__ = 'https://github.com/bear/python-twitter'
2828
__download_url__ = 'https://pypi.python.org/pypi/python-twitter'
2929
__description__ = 'A Python wrapper around the Twitter API'

0 commit comments

Comments
 (0)
Please sign in to comment.