File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ Version 12.6.1
6+ ==============
7+ *Released 2020-04-11 *
8+
9+ **Bug fixes: **
10+
11+ - Fix serialization of ``reply_markup `` in media messages (`#1889 `_)
12+
13+ .. _`#1889` : https://github.com/python-telegram-bot/python-telegram-bot/pull/1889
14+
515Version 12.6
616============
717*Released 2020-04-10 *
Original file line number Diff line number Diff line change 6060# The short X.Y version.
6161version = '12.6' # telegram.__version__[:3]
6262# The full version, including alpha/beta/rc tags.
63- release = '12.6' # telegram.__version__
63+ release = '12.6.1 ' # telegram.__version__
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change 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'
20+ __version__ = '12.6.1 '
You can’t perform that action at this time.
0 commit comments