Skip to content

Commit 3d4e050

Browse files
committed
Bump to 9.0.0 + changelog
1 parent 042d4bb commit 3d4e050

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGES.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
=======
22
Changes
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

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 = '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.

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__ = '8.1.1'
20+
__version__ = '9.0.0'

0 commit comments

Comments
 (0)