Skip to content
Snippets Groups Projects
Commit de25c335 authored by Ian Cordasco's avatar Ian Cordasco
Browse files

Change version to 1.0.0a1 and release it

parent a08c0dc1
No related branches found
No related tags found
No related merge requests found
.. vim: set tw=100
 
1.0.0: 2014-xx-xx
~~~~~~~~~~~~~~~~~
1.0.0a1: 2014-12-07
~~~~~~~~~~~~~~~~~~~
 
1.0.0 is a huge release. It includes a great deal of changes to ``github3.py``.
It is suggested you read the following release notes *very* carefully.
Loading
Loading
Loading
Loading
@@ -14,7 +14,7 @@ __title__ = 'github3'
__author__ = 'Ian Cordasco'
__license__ = 'Modified BSD'
__copyright__ = 'Copyright 2012-2014 Ian Cordasco'
__version__ = '1.0.0b1'
__version__ = '1.0.0a1'
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
 
from .api import (
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment