Skip to content

Commit 186fd1b

Browse files
committed
Bump version to v12.7
1 parent 284786f commit 186fd1b

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

CHANGES.rst

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

5+
Version 12.7
6+
============
7+
*Released 2020-05-02*
8+
9+
**Major Changes:**
10+
11+
- Bot API 4.8 support. **Note:** The ``Dice`` object now has a second positional argument ``emoji``. This is relevant, if you instantiate ``Dice`` objects manually. (`#1917`_)
12+
13+
**New Features:**
14+
15+
- New method ``run_mothly`` for the ``JobQueue`` (`#1705`_)
16+
- ``Job.next_t`` now gives the datetime of the jobs next execution (`#1685`_)
17+
18+
**Minor changes, CI improvements, doc fixes or bug fixes:**
19+
20+
- Added ``tzinfo`` argument to ``helpers.from_timestamp`` (`#1621`_)
21+
- Stabalize CI (`#1919`_, `#1931`_)
22+
- Use ABCs ``@abstractmethod`` instead of raising ``NotImplementedError`` for ``Handler``, ``BasePersistence`` and ``BaseFilter`` (`#1905`_)
23+
- Doc fixes (`#1914`_, `#1902`_, `#1910`_)
24+
25+
.. _`#1902`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1902
26+
.. _`#1685`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1685
27+
.. _`#1910`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1910
28+
.. _`#1914`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1914
29+
.. _`#1931`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1931
30+
.. _`#1905`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1905
31+
.. _`#1919`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1919
32+
.. _`#1621`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1621
33+
.. _`#1705`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1705
34+
.. _`#1917`: https://github.com/python-telegram-bot/python-telegram-bot/pull/1917
35+
536
Version 12.6.1
637
==============
738
*Released 2020-04-11*

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy