File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
=======
2
2
Changes
3
3
=======
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
+
4
22
**2017-09-01 **
5
23
*Released 8.0.0 *
6
24
Original file line number Diff line number Diff line change 58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = '8.0 ' # telegram.__version__[:3]
61
+ version = '8.1 ' # telegram.__version__[:3]
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '8.0 .0' # telegram.__version__
63
+ release = '8.1 .0' # 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__ = '8.0'
20
+ __version__ = '8.1. 0'
You can’t perform that action at this time.
0 commit comments