Skip to content

Commit dd2b96b

Browse files
committed
Release version 0.12.1
1 parent 7a589f1 commit dd2b96b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

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

4+
0.12.1 (2017-03-27)
5+
-------------------
6+
7+
- Avoid remote branch name churn. [Chris Adams]
8+
9+
This avoids the backup output having lots of "[new branch]" messages
10+
because removing the old remote name removed all of the existing branch
11+
references.
12+
13+
14+
- Fix detection of bare git directories. [Andrzej Maczuga]
15+
416
0.12.0 (2016-11-22)
517
-------------------
618

github_backup/__init__.py

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

0 commit comments

Comments
 (0)