Bump version to v6.0.1

This commit is contained in:
Jannes Höke 2017-05-21 14:25:40 +02:00
parent 1c4c228cf1
commit ba6c4fd517
3 changed files with 9 additions and 2 deletions

View file

@ -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*

View file

@ -61,7 +61,7 @@ author = u'Leandro Toledo'
# 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.

View file

@ -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'