Skip to content

Commit 72ecc69

Browse files
committed
Bump to v12.4.2
1 parent a447760 commit 72ecc69

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog
33
=========
44

5+
Version 12.4.2
6+
==============
7+
*Released 2020-02-10*
8+
9+
**Bug Fixes**
10+
11+
- Pass correct parse_mode to InlineResults if bot.defaults is None (`#1763`_)
12+
- Make sure PP can read files that dont have bot_data (`#1760`_)
13+
14+
.. _`#1763`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1763
15+
.. _`#1760`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1760
16+
517
Version 12.4.1
618
==============
719
*Released 2020-02-08*

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '12.4' # telegram.__version__[:3]
6262
# The full version, including alpha/beta/rc tags.
63-
release = '12.4.1' # telegram.__version__
63+
release = '12.4.2' # 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__ = '12.4.1'
20+
__version__ = '12.4.2'

0 commit comments

Comments
 (0)