Skip to content

Commit 90729c2

Browse files
committed
Bump version to v12.5
1 parent 55e3ecf commit 90729c2

3 files changed

Lines changed: 48 additions & 3 deletions

File tree

CHANGES.rst

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

5+
Version 12.5
6+
============
7+
*Released 2020-03-29*
8+
9+
**New Features:**
10+
11+
- `Bot.link` gives the `t.me` link of the bot (`#1770`_)
12+
13+
**Major Changes:**
14+
15+
- Bot API 4.5 and 4.6 support. (`#1508`_, `#1723`_)
16+
17+
**Minor changes, CI improvements or bug fixes:**
18+
19+
- Remove legacy CI files (`#1783`_, `#1791`_)
20+
- Update pre-commit config file (`#1787`_)
21+
- Remove builtin names (`#1792`_)
22+
- CI improvements (`#1808`_, `#1848`_)
23+
- Support Python 3.8 (`#1614`_, `#1824`_)
24+
- Use stale bot for auto closing stale issues (`#1820`_, `#1829`_, `#1840`_)
25+
- Doc fixes (`#1778`_, `#1818`_)
26+
- Fix typo in `edit_message_media` (`#1779`_)
27+
- In examples, answer CallbackQueries and use `edit_message_text` shortcut (`#1721`_)
28+
- Revert accidental change in vendored urllib3 (`#1775`_)
29+
30+
.. _`#1783`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1783
31+
.. _`#1787`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1787
32+
.. _`#1792`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1792
33+
.. _`#1791`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1791
34+
.. _`#1808`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1808
35+
.. _`#1614`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1614
36+
.. _`#1770`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1770
37+
.. _`#1824`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1824
38+
.. _`#1820`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1820
39+
.. _`#1829`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1829
40+
.. _`#1840`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1840
41+
.. _`#1778`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1778
42+
.. _`#1779`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1779
43+
.. _`#1721`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1721
44+
.. _`#1775`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1775
45+
.. _`#1848`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1848
46+
.. _`#1818`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1818
47+
.. _`#1508`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1508
48+
.. _`#1723`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1723
49+
550
Version 12.4.2
651
==============
752
*Released 2020-02-10*

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

0 commit comments

Comments
 (0)