Skip to content

Commit 960862c

Browse files
committedOct 19, 2016
Merge branch 'master' into october3
# Conflicts: # telegram/bot.py # telegram/callbackquery.py # telegram/chat.py # telegram/ext/messagehandler.py # telegram/inlinekeyboardbutton.py # telegram/inlinequeryresultcachedaudio.py # telegram/message.py # tests/test_filters.py
2 parents 78088f4 + 4e5f458 commit 960862c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1481
-847
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@ telegram.mp4
6868
telegram.ogg
6969
telegram.png
7070
telegram.webp
71+
72+
# original files from merges
73+
*.orig

‎docs/source/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
import os
1717
import shlex
18-
import telegram
18+
# import telegram
1919

2020
# If extensions (or modules to document with autodoc) are in another directory,
2121
# add these directories to sys.path here. If the directory is relative to the
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = telegram.__version__[:3]
62+
version = '5.1' # telegram.__version__[:3]
6363
# The full version, including alpha/beta/rc tags.
64-
release = telegram.__version__
64+
release = '5.1.0' # telegram.__version__
6565

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

0 commit comments

Comments
 (0)
Please sign in to comment.