Skip to content

Commit 2377438

Browse files
committed
Bump version & update CHANGES.rst for 8.1.0 release
1 parent 28680ac commit 2377438

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
=======
22
Changes
33
=======
4+
**2010-10-14**
5+
*Released 8.1.0*
6+
7+
New features
8+
- Support Bot API 3.4 (PR `#865`_).
9+
10+
Changes
11+
- MessgaeHandler & RegexHandler now consider channel_updates.
12+
- Fix command not recognized if it is directly followed by a newline (PR `#869`_).
13+
- Removed Bot._message_wrapper (PR `#822`_).
14+
- Unitests are now also running on Appveyor (Windows VM).
15+
- Various unitest improvments.
16+
- Documentation fixes.
17+
18+
.. _`#822`: https://github.com/python-telegram-bot/python-telegram-bot/pull/822
19+
.. _`#865`: https://github.com/python-telegram-bot/python-telegram-bot/pull/865
20+
.. _`#869`: https://github.com/python-telegram-bot/python-telegram-bot/pull/869
21+
422
**2017-09-01**
523
*Released 8.0.0*
624

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

0 commit comments

Comments
 (0)