File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.. vim: set tw=100
22
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+
3111.0.0: 2018-03-13
412~~~~~~~~~~~~~~~~~
513
Original file line number Diff line number Diff line change 55__author_email__ = '[email protected] ' 66__license__ = 'Modified BSD'
77__copyright__ = 'Copyright 2012-2018 Ian Stapleton Cordasco'
8- __version__ = '1.0.0 '
8+ __version__ = '1.0.1 '
99__version_info__ = tuple (int (i ) for i in __version__ .split ('.' ) if i .isdigit ())
1010__url__ = 'https://github3.readthedocs.io'
1111
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ universal = 1
55requires-dist =
66 requests>=2.0
77 uritemplate>=3.0.0
8+ python-dateutil>=2.6.0
89 pyOpenSSL>=0.13; python_version<="2.7"
910 ndg-httpsclient; python_version<="2.7"
1011 pyasn1; python_version<="2.7"
You can’t perform that action at this time.
0 commit comments