Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba6c4fd

Browse files
committed
Bump version to v6.0.1
1 parent 1c4c228 commit ba6c4fd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changes
33
=======
44

5+
**2017-05-21**
6+
7+
*Released 6.0.1*
8+
9+
- Add support for ``User.language_code``
10+
- Fix ``Message.text_html`` and ``Message.text_markdown`` for messages with emoji
11+
512
**2017-05-19**
613

714
*Released 6.0.0*

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
version = '6.0' # telegram.__version__[:3]
6363
# The full version, including alpha/beta/rc tags.
64-
release = '6.0.0' # telegram.__version__
64+
release = '6.0.1' # telegram.__version__
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

telegram/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
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__ = '6.0.0'
20+
__version__ = '6.0.1'

0 commit comments

Comments
 (0)