Skip to content

Commit 2efeaa7

Browse files
committed
Release version 0.13.0
1 parent 647810a commit 2efeaa7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGES.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Changelog
22
=========
33

4+
0.13.0 (2017-04-05)
5+
-------------------
6+
7+
- Add OS check for OSX specific keychain args. [Martin O'Reilly]
8+
9+
Keychain arguments are only supported on Mac OSX.
10+
Added check for operating system so we give a
11+
"Keychain arguments are only supported on Mac OSX"
12+
error message rather than a "No password item matching the
13+
provided name and account could be found in the osx keychain"
14+
error message
15+
16+
17+
- Add support for storing PAT in OSX keychain. [Martin O'Reilly]
18+
19+
Added additional optional arguments and README guidance for storing
20+
and accessing a Github personal access token (PAT) in the OSX
21+
keychain
22+
23+
424
0.12.1 (2017-03-27)
525
-------------------
626

github_backup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.12.1'
1+
__version__ = '0.13.0'

0 commit comments

Comments
 (0)