Compare commits

...

2 Commits

Author SHA1 Message Date
Jannes Höke 2c2aaea3c1 Bump version to v5.1.1 2016-10-10 13:11:46 +02:00
Jannes Höke 50a4cffe98 temporary fix for documentation builds on readthedocs 2016-10-10 13:08:17 +02:00
3 changed files with 10 additions and 4 deletions
+6
View File
@@ -2,6 +2,12 @@
Changes
=======
**2016-10-10**
*Released 5.1.1*
- Fix documentation builds on readthedocs
**2016-09-24**
*Released 5.1*
+3 -3
View File
@@ -15,7 +15,7 @@
import sys
import os
import shlex
import telegram
# import telegram
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -59,9 +59,9 @@ author = u'Leandro Toledo'
# built documents.
#
# The short X.Y version.
version = telegram.__version__[:3]
version = '5.1' # telegram.__version__[:3]
# The full version, including alpha/beta/rc tags.
release = telegram.__version__
release = '5.1.1' # telegram.__version__
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
+1 -1
View File
@@ -17,4 +17,4 @@
# You should have received a copy of the GNU Lesser Public License
# along with this program. If not, see [http://www.gnu.org/licenses/].
__version__ = '5.1.0'
__version__ = '5.1.1'