File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
.. vim: set tw=100
2
2
3
+ 1.0.1: 2018-03-14
4
+ ~~~~~~~~~~~~~~~~~
5
+
6
+ Bugs Fixed
7
+ ``````````
8
+
9
+ - Fix missing python-dateutil requirement when installing from a wheel.
10
+
3
11
1.0.0: 2018-03-13
4
12
~~~~~~~~~~~~~~~~~
5
13
Original file line number Diff line number Diff line change 5
5
__author_email__ = 'graffatcolmingov@gmail.com'
6
6
__license__ = 'Modified BSD'
7
7
__copyright__ = 'Copyright 2012-2018 Ian Stapleton Cordasco'
8
- __version__ = '1.0.0 '
8
+ __version__ = '1.0.1 '
9
9
__version_info__ = tuple (int (i ) for i in __version__ .split ('.' ) if i .isdigit ())
10
10
__url__ = 'https://github3.readthedocs.io'
11
11
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ universal = 1
5
5
requires-dist =
6
6
requests>=2.0
7
7
uritemplate>=3.0.0
8
+ python-dateutil>=2.6.0
8
9
pyOpenSSL>=0.13; python_version<="2.7"
9
10
ndg-httpsclient; python_version<="2.7"
10
11
pyasn1; python_version<="2.7"
You can’t perform that action at this time.
0 commit comments