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 11=======
22Changes
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
Original file line number Diff line number Diff line change 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.
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.0'
20+ __version__ = '8.1. 0'
You can’t perform that action at this time.
0 commit comments