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 99ce1d3 commit c0bbc5dCopy full SHA for c0bbc5d
HISTORY.rst
@@ -1,6 +1,13 @@
1
History/Changelog
2
-----------------
3
4
+0.8.1: 2014-01-26
5
+~~~~~~~~~~~~~~~~~
6
+
7
+- Add documentation for using Two Factor Authentication
8
9
+- Fix oversight where ``github3.login`` could not be used for 2FA
10
11
0.8.0: 2014-01-03
12
~~~~~~~~~~~~~~~~~
13
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.8.0'
+__version__ = '0.8.1'
18
__version_info__ = tuple(int(i) for i in __version__.split('.'))
19
20
from github3.api import *
0 commit comments