Skip to content

Commit

Permalink
Bump version to v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed May 21, 2017
1 parent 1c4c228 commit ba6c4fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changes
=======

**2017-05-21**

*Released 6.0.1*

- Add support for ``User.language_code``
- Fix ``Message.text_html`` and ``Message.text_markdown`` for messages with emoji

**2017-05-19**

*Released 6.0.0*
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
version = '6.0' # telegram.__version__[:3]
# The full version, including alpha/beta/rc tags.
release = '6.0.0' # telegram.__version__
release = '6.0.1' # 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__ = '6.0.0'
__version__ = '6.0.1'

0 comments on commit ba6c4fd

Please sign in to comment.