Skip to content

Commit

Permalink
Bump version & update CHANGES.rst for 8.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnoam committed Oct 14, 2017
1 parent 28680ac commit 2377438
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
=======
Changes
=======
**2010-10-14**
*Released 8.1.0*

New features
- Support Bot API 3.4 (PR `#865`_).

Changes
- MessgaeHandler & RegexHandler now consider channel_updates.
- Fix command not recognized if it is directly followed by a newline (PR `#869`_).
- Removed Bot._message_wrapper (PR `#822`_).
- Unitests are now also running on Appveyor (Windows VM).
- Various unitest improvments.
- Documentation fixes.

.. _`#822`: https://github.com/python-telegram-bot/python-telegram-bot/pull/822
.. _`#865`: https://github.com/python-telegram-bot/python-telegram-bot/pull/865
.. _`#869`: https://github.com/python-telegram-bot/python-telegram-bot/pull/869

**2017-09-01**
*Released 8.0.0*

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '8.0' # telegram.__version__[:3]
version = '8.1' # telegram.__version__[:3]
# The full version, including alpha/beta/rc tags.
release = '8.0.0' # telegram.__version__
release = '8.1.0' # telegram.__version__

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion telegram/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# You should have received a copy of the GNU Lesser Public License
# along with this program. If not, see [http://www.gnu.org/licenses/].

__version__ = '8.0'
__version__ = '8.1.0'

0 comments on commit 2377438

Please sign in to comment.