We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0354ca commit e09add9Copy full SHA for e09add9
2 files changed
HISTORY.rst
@@ -1,6 +1,11 @@
1
History/Changelog
2
-----------------
3
4
+0.9.1: 2014-08-10
5
+~~~~~~~~~~~~~~~~~
6
+
7
+- Correct Repository attribute ``fork_count`` should be ``forks_count``
8
9
0.9.0: 2014-05-04
10
~~~~~~~~~~~~~~~~~
11
github3/__init__.py
@@ -14,7 +14,7 @@
14
__author__ = 'Ian Cordasco'
15
__license__ = 'Modified BSD'
16
__copyright__ = 'Copyright 2012-2014 Ian Cordasco'
17
-__version__ = '0.9.0'
+__version__ = '0.9.1'
18
__version_info__ = tuple(int(i) for i in __version__.split('.'))
19
20
from github3.api import *
0 commit comments