Release version 0.13.0

This commit is contained in:
Jose Diaz-Gonzalez
2017-04-05 11:49:49 -04:00
parent 647810a2f0
commit 2efeaa7580
2 changed files with 21 additions and 1 deletions

View File

@@ -1,6 +1,26 @@
Changelog Changelog
========= =========
0.13.0 (2017-04-05)
-------------------
- Add OS check for OSX specific keychain args. [Martin O'Reilly]
Keychain arguments are only supported on Mac OSX.
Added check for operating system so we give a
"Keychain arguments are only supported on Mac OSX"
error message rather than a "No password item matching the
provided name and account could be found in the osx keychain"
error message
- Add support for storing PAT in OSX keychain. [Martin O'Reilly]
Added additional optional arguments and README guidance for storing
and accessing a Github personal access token (PAT) in the OSX
keychain
0.12.1 (2017-03-27) 0.12.1 (2017-03-27)
------------------- -------------------

View File

@@ -1 +1 @@
__version__ = '0.12.1' __version__ = '0.13.0'