File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
11
Changes in 2.0.2 (2018-02-12)
5
12
-----------------------------
6
13
Original file line number Diff line number Diff line change 57
57
# built documents.
58
58
#
59
59
# The short X.Y version.
60
- version = '2.0.2 '
60
+ version = '2.0.3 '
61
61
# The full version, including alpha/beta/rc tags.
62
- release = '2.0.2 '
62
+ release = '2.0.3 '
63
63
64
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
65
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
# following PEP 440
2
- __version__ = "2.0.2 "
2
+ __version__ = "2.0.3 "
You can’t perform that action at this time.
0 commit comments