Skip to content

Commit 38a3358

Browse files
committed
Bump version to v12.6
1 parent fe821c0 commit 38a3358

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGES.rst

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

5+
Version 12.6
6+
============
7+
*Released 2020-04-10*
8+
9+
**Major Changes:**
10+
11+
- Bot API 4.7 support. **Note:** In ``Bot.create_new_sticker_set`` and ``Bot.add_sticker_to_set``, the order of the parameters had be changed, as the ``png_sticker`` parameter is now optional. (`#1858`_)
12+
13+
**Minor changes, CI improvements or bug fixes:**
14+
15+
- Add tests for ``swtich_inline_query(_current_chat)`` with empty string (`#1635`_)
16+
- Doc fixes (`#1854`_, `#1874`_, `#1884`_)
17+
- Update issue templates (`#1880`_)
18+
- Favor concrete types over "Iterable" (`#1882`_)
19+
- Pass last valid ``CallbackContext`` to ``TIMEOUT`` handlers of ``ConversationHandler`` (`#1826`_)
20+
- Tweak handling of persistence and update persistence after job calls (`#1827`_)
21+
- Use checkout@v2 for GitHub actions (`#1887`_)
22+
23+
.. _`#1858`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1858
24+
.. _`#1635`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1635
25+
.. _`#1854`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1854
26+
.. _`#1874`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1874
27+
.. _`#1884`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1884
28+
.. _`#1880`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1880
29+
.. _`#1882`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1882
30+
.. _`#1826`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1826
31+
.. _`#1827`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1827
32+
.. _`#1887`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1887
33+
534
Version 12.5.1
635
==============
736
*Released 2020-03-30*

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 = '12.5' # telegram.__version__[:3]
61+
version = '12.6' # telegram.__version__[:3]
6262
# The full version, including alpha/beta/rc tags.
63-
release = '12.5.1' # telegram.__version__
63+
release = '12.6' # 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.5.1'
20+
__version__ = '12.6'

0 commit comments

Comments
 (0)