File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
.. vim: set tw=100
2
2
3
+ 1.0.0a4: 2016-02-19
4
+ ~~~~~~~~~~~~~~~~~~~
5
+
6
+ Features Added (since 1.0.0a3)
7
+ ``````````````````````````````
8
+
9
+ - Add support for the Issue locking API currently in Preview Mode
10
+
11
+ Bugs Fixed (since 1.0.0a3)
12
+ ``````````````````````````
13
+
14
+ - Fix the dependencies and requirements. In 1.0.0a3 we moved to using the
15
+ ``setup.cfg `` file to define optional dependencies for wheels. By doing
16
+ so we accidentally left out our actual hard dependencies.
17
+
3
18
1.0.0a3: 2016-02-11
4
19
~~~~~~~~~~~~~~~~~~~
5
20
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-2015 Ian Cordasco'
8
- __version__ = '1.0.0a3 '
8
+ __version__ = '1.0.0a4 '
9
9
__version_info__ = tuple (int (i ) for i in __version__ .split ('.' ) if i .isdigit ())
10
10
__url__ = 'https://github3py.readthedocs.org'
11
11
You can’t perform that action at this time.
0 commit comments