Skip to content

Commit e9e3b18

Browse files
committed
Release version 0.12.0
1 parent 88148b4 commit e9e3b18

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGES.rst

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

4+
0.12.0 (2016-11-22)
5+
-------------------
6+
7+
Fix
8+
~~~
9+
10+
- Properly import version from github_backup package. [Jose Diaz-
11+
Gonzalez]
12+
13+
- Support alternate git status output. [Jose Diaz-Gonzalez]
14+
15+
Other
16+
~~~~~
17+
18+
- Pep8: E501 line too long (83 > 79 characters) [Jose Diaz-Gonzalez]
19+
20+
- Pep8: E128 continuation line under-indented for visual indent. [Jose
21+
Diaz-Gonzalez]
22+
23+
- Support archivization using bare git clones. [Andrzej Maczuga]
24+
25+
- Fix typo, 3x. [Terrell Russell]
26+
427
0.11.0 (2016-10-26)
528
-------------------
629

github_backup/__init__.py

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

0 commit comments

Comments
 (0)