Skip to content

Commit 32afc00

Browse files
committed
Bump version to v10.1.0
1 parent c758c19 commit 32afc00

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGES.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
=======
22
Changes
33
=======
4+
**2018-05-02**
5+
*Released 10.1.0*
6+
7+
Fixes changing previous behaviour:
8+
9+
- Add urllib3 fix for socks5h support (`#1085`_)
10+
- Fix send_sticker() timeout=20 (`#1088`_)
11+
12+
Fixes:
13+
14+
- Add a caption_entity filter for filtering caption entities (`#1068`_)
15+
- Inputfile encode filenames (`#1086`_)
16+
- InputFile: Fix proper naming of file when reading from subprocess.PIPE (`#1079`_)
17+
- Remove pytest-catchlog from requirements (`#1099`_)
18+
- Documentation fixes (`#1061`_, `#1078`_, `#1081`_, `#1096`_)
19+
20+
.. _`#1061`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1061
21+
.. _`#1068`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1068
22+
.. _`#1078`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1078
23+
.. _`#1079`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1079
24+
.. _`#1081`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1081
25+
.. _`#1085`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1085
26+
.. _`#1086`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1086
27+
.. _`#1088`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1088
28+
.. _`#1096`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1096
29+
.. _`#1099`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1099
30+
431
**2018-04-17**
532
*Released 10.0.2*
633

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '10.0' # telegram.__version__[:3]
61+
version = '10.1' # telegram.__version__[:3]
6262
# The full version, including alpha/beta/rc tags.
63-
release = '10.0.2' # telegram.__version__
63+
release = '10.1.0' # telegram.__version__
6464

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

telegram/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# You should have received a copy of the GNU Lesser Public License
1818
# along with this program. If not, see [http://www.gnu.org/licenses/].
1919

20-
__version__ = '10.0.2'
20+
__version__ = '10.1.0'

0 commit comments

Comments
 (0)