Skip to content

Commit 15268ac

Browse files
committed
Bump to v12.8
1 parent 927502e commit 15268ac

3 files changed

Lines changed: 38 additions & 3 deletions

File tree

CHANGES.rst

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

5+
Version 12.8
6+
============
7+
*Released 2020-06-22*
8+
9+
**Major Changes:**
10+
11+
- Remove Python 2 support (`#1715`_)
12+
- Bot API 4.9 support (`#1980`_)
13+
- IDs/Usernames of ``Filters.user`` and ``Filters.chat`` can now be updated (`#1757`_)
14+
15+
**Minor changes, CI improvements, doc fixes or bug fixes:**
16+
17+
- Update contribution guide and stale bot (`#1937`_)
18+
- Remove ``NullHandlers`` (`#1913`_)
19+
- Improve and expand examples (`#1943`_, `#1995`_, `#1983`_, `#1997`_)
20+
- Doc fixes (`#1940`_, `#1962`_)
21+
- Add ``User.send_poll()`` shortcut (`#1968`_)
22+
- Ignore private attributes en ``TelegramObject.to_dict()`` (`#1989`_)
23+
- Stabilize CI (`#2000`_)
24+
25+
.. _`#1937`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1937
26+
.. _`#1913`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1913
27+
.. _`#1943`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1943
28+
.. _`#1757`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1757
29+
.. _`#1940`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1940
30+
.. _`#1962`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1962
31+
.. _`#1968`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1968
32+
.. _`#1989`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1989
33+
.. _`#1995`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1995
34+
.. _`#1983`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1983
35+
.. _`#1715`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1715
36+
.. _`#2000`: https://github.com/python-telegram-bot/python-telegram-bot/pull/2000
37+
.. _`#1997`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1997
38+
.. _`#1980`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1980
39+
540
Version 12.7
641
============
742
*Released 2020-05-02*

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

0 commit comments

Comments
 (0)