File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ Version 12.5.1
6
+ ==============
7
+ *Released 2020-03-30 *
8
+
9
+ **Minor changes, doc fixes or bug fixes: **
10
+
11
+ - Add missing docs for `PollHandler ` and `PollAnswerHandler ` (`#1853 `_)
12
+ - Fix wording in `Filters ` docs (`#1855 `_)
13
+ - Reorder tests to make them more stable (`#1835 `_)
14
+ - Make `ConversationHandler ` attributes immutable (`#1756 `_)
15
+ - Make `PrefixHandler ` attributes `command ` and `prefix ` editable (`#1636 `_)
16
+ - Fix UTC as default `tzinfo ` for `Job ` (`#1696 `_)
17
+
18
+ .. _`#1853` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1853
19
+ .. _`#1855` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1855
20
+ .. _`#1835` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1835
21
+ .. _`#1756` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1756
22
+ .. _`#1636` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1636
23
+ .. _`#1696` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1696
24
+
5
25
Version 12.5
6
26
============
7
27
*Released 2020-03-29 *
Original file line number Diff line number Diff line change 60
60
# The short X.Y version.
61
61
version = '12.5' # telegram.__version__[:3]
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '12.5' # telegram.__version__
63
+ release = '12.5.1 ' # telegram.__version__
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 17
17
# You should have received a copy of the GNU Lesser Public License
18
18
# along with this program. If not, see [http://www.gnu.org/licenses/].
19
19
20
- __version__ = '12.5'
20
+ __version__ = '12.5.1 '
You can’t perform that action at this time.
0 commit comments