Release version 0.12.1

This commit is contained in:
Jose Diaz-Gonzalez
2017-03-27 14:55:11 -06:00
parent 7a589f1e63
commit dff0589433
2 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,18 @@
Changelog
=========
0.12.1 (2017-03-27)
-------------------
- Avoid remote branch name churn. [Chris Adams]
This avoids the backup output having lots of "[new branch]" messages
because removing the old remote name removed all of the existing branch
references.
- Fix detection of bare git directories. [Andrzej Maczuga]
0.12.0 (2016-11-22)
-------------------

View File

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