Skip to content

Commit 98147fc

Browse files
committed
Bump version to v12.2.0
1 parent e54e9f2 commit 98147fc

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGES.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22
Changelog
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+
532
Version 12.1.1
633
==============
734
*Released 2019-09-18*

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.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.

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.1.1'
20+
__version__ = '12.2.0'

0 commit comments

Comments
 (0)