8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a08c0dc commit de25c33Copy full SHA for de25c33
LATEST_VERSION_NOTES.rst
@@ -1,7 +1,7 @@
1
.. vim: set tw=100
2
3
-1.0.0: 2014-xx-xx
4
-~~~~~~~~~~~~~~~~~
+1.0.0a1: 2014-12-07
+~~~~~~~~~~~~~~~~~~~
5
6
1.0.0 is a huge release. It includes a great deal of changes to ``github3.py``.
7
It is suggested you read the following release notes *very* carefully.
github3/__init__.py
@@ -14,7 +14,7 @@
14
__author__ = 'Ian Cordasco'
15
__license__ = 'Modified BSD'
16
__copyright__ = 'Copyright 2012-2014 Ian Cordasco'
17
-__version__ = '1.0.0b1'
+__version__ = '1.0.0a1'
18
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
19
20
from .api import (
0 commit comments