Release version 0.7.0

This commit is contained in:
Jose Diaz-Gonzalez
2016-02-02 14:52:07 -05:00
parent 29c9373d9d
commit d0e239b3ef
2 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,18 @@
Changelog
=========
0.7.0 (2016-02-02)
------------------
- Softly fail if not able to read hooks. [Albert Wang]
- Add note about 2-factor auth. [Albert Wang]
- Make user repository search go through endpoint capable of reading
private repositories. [Albert Wang]
- Prompt for password if only username given. [Alex Hall]
0.6.0 (2015-11-10)
------------------

View File

@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.7.0'