File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ Version 12.2.0
6+ ==============
7+
8+ **New features: **
9+
10+ - Nested ConversationHandlers (`#1512 `_).
11+
12+ **Minor changes, CI improvments or bug fixes: **
13+
14+ - Fix CI failures due to non-backward compat attrs depndency (`#1540 `_).
15+ - travis.yaml: TEST_OFFICIAL removed from allowed_failures.
16+ - Fix typos in examples (`#1537 `_).
17+ - Fix Bot.to_dict to use proper first_name (`#1525 `_).
18+ - Refactor ``test_commandhandler.py `` (`#1408 `_).
19+ - Add Python 3.8 (RC version) to Travis testing matrix (`#1543 `_).
20+ - test_bot.py: Add to_dict test (`#1544 `_).
21+ - Flake config moved into setup.cfg (`#1546 `_).
22+
23+ .. _`#1512` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1512
24+ .. _`#1540` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1540
25+ .. _`#1537` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1537
26+ .. _`#1525` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1525
27+ .. _`#1408` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1408
28+ .. _`#1543` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1543
29+ .. _`#1544` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1544
30+ .. _`#1546` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1546
31+
532Version 12.1.1
633==============
734*Released 2019-09-18 *
Original file line number Diff line number Diff line change 6060# The short X.Y version.
6161version = '12.1' # telegram.__version__[:3]
6262# The full version, including alpha/beta/rc tags.
63- release = '12.1.1 ' # telegram.__version__
63+ release = '12.2.0 ' # telegram.__version__
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change 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.1.1 '
20+ __version__ = '12.2.0 '
You can’t perform that action at this time.
0 commit comments