Skip to content

Commit 4e5c6e9

Browse files
committed
Bump to v2.0.3
1 parent 8a3f22c commit 4e5c6e9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGES.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Changes in 2.0.3 (2018-05-14)
5+
-----------------------------
6+
7+
* Fixed twitter-text extra requires dependency for Python 3 support
8+
Use ``twitter-text`` instead of the outdated ``twitter-text-py``.
9+
10+
411
Changes in 2.0.2 (2018-02-12)
512
-----------------------------
613

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '2.0.2'
60+
version = '2.0.3'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '2.0.2'
62+
release = '2.0.3'
6363

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

fluent_contents/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# following PEP 440
2-
__version__ = "2.0.2"
2+
__version__ = "2.0.3"

0 commit comments

Comments
 (0)