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 b27a4ee commit aa0b457Copy full SHA for aa0b457
HISTORY.rst
@@ -1,6 +1,14 @@
1
History/Changelog
2
-----------------
3
4
+0.8.2: 2014-02-11
5
+~~~~~~~~~~~~~~~~~
6
+
7
+- Fix bug in ``GitHub#search_users`` (and ``github3.search_users``). Thanks
8
+ @abesto
9
10
+- Expose the stargazers count for repositories. Thanks @seveas
11
12
0.8.1: 2014-01-26
13
~~~~~~~~~~~~~~~~~
14
github3/__init__.py
@@ -14,7 +14,7 @@
__author__ = 'Ian Cordasco'
15
__license__ = 'Modified BSD'
16
__copyright__ = 'Copyright 2012-2014 Ian Cordasco'
17
-__version__ = '0.8.1'
+__version__ = '0.8.2'
18
__version_info__ = tuple(int(i) for i in __version__.split('.'))
19
20
from github3.api import *
0 commit comments