8000 Bump version to 1.0.0a4 · staticdev/github4.py@96726db · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 96726db

Browse files
committed
Bump version to 1.0.0a4
1 parent 72722f3 commit 96726db

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

LATEST_VERSION_NOTES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
.. vim: set tw=100
22
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+
318
1.0.0a3: 2016-02-11
419
~~~~~~~~~~~~~~~~~~~
520

github3/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__author_email__ = 'graffatcolmingov@gmail.com'
66
__license__ = 'Modified BSD'
77
__copyright__ = 'Copyright 2012-2015 Ian Cordasco'
8-
__version__ = '1.0.0a3'
8+
__version__ = '1.0.0a4'
99
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
1010
__url__ = 'https://github3py.readthedocs.org'
1111

0 commit comments

Comments
 (0)
0