File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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
+
5
17
Version 12.4.1
6
18
==============
7
19
*Released 2020-02-08 *
Original file line number Diff line number Diff line change 60
60
# The short X.Y version.
61
61
version = '12.4' # telegram.__version__[:3]
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '12.4.1 ' # telegram.__version__
63
+ release = '12.4.2 ' # telegram.__version__
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 17
17
# You should have received a copy of the GNU Lesser Public License
18
18
# along with this program. If not, see [http://www.gnu.org/licenses/].
19
19
20
- __version__ = '12.4.1 '
20
+ __version__ = '12.4.2 '
You can’t perform that action at this time.
0 commit comments