File tree Expand file tree Collapse file tree 3 files changed +29
-3
lines changed
Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 11=======
22Changes
33=======
4+ **2017-12-08 **
5+ *Released 9.0.0 *
6+
7+ Breaking changes (possibly)
8+
9+ - Drop support for python 3.3 (PR `#930 `_)
10+
11+
12+ New Features
13+
14+ - Support Bot API 3.5 (PR `#920 `_)
15+
16+
17+ Changes
18+
19+ - Fix race condition in dispatcher start/stop (`#887 `_)
20+ - Log error trace if there is no error handler registered (`#694 `_)
21+ - Update examples with consistent string formatting (`#870 `_)
22+ - Various changes and improvements to the docs.
23+
24+ .. _`#920` : https://github.com/python-telegram-bot/python-telegram-bot/pull/920
25+ .. _`#930` : https://github.com/python-telegram-bot/python-telegram-bot/pull/930
26+ .. _`#887` : https://github.com/python-telegram-bot/python-telegram-bot/pull/887
27+ .. _`#694` : https://github.com/python-telegram-bot/python-telegram-bot/pull/694
28+ .. _`#870` : https://github.com/python-telegram-bot/python-telegram-bot/pull/870
29+
430**2017-10-15 **
531*Released 8.1.1 *
632
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = '8.1 ' # telegram.__version__[:3]
61+ version = '9.0 ' # telegram.__version__[:3]
6262# The full version, including alpha/beta/rc tags.
63- release = '8.1.1 ' # telegram.__version__
63+ release = '9.0.0 ' # 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__ = '8.1.1 '
20+ __version__ = '9.0.0 '
You can’t perform that action at this time.
0 commit comments