File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changes
3
3
=======
4
4
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
+
5
12
**2017-05-19 **
6
13
7
14
*Released 6.0.0 *
Original file line number Diff line number Diff line change 61
61
# The short X.Y version.
62
62
version = '6.0' # telegram.__version__[:3]
63
63
# The full version, including alpha/beta/rc tags.
64
- release = '6.0.0 ' # telegram.__version__
64
+ release = '6.0.1 ' # telegram.__version__
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 17
17
# You should have received a copy of the GNU Lesser Public License
18
18
# along with this program. If not, see [http://www.gnu.org/licenses/].
19
19
20
- __version__ = '6.0.0 '
20
+ __version__ = '6.0.1 '
You can’t perform that action at this time.
0 commit comments