We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88148b4 commit e9e3b18Copy full SHA for e9e3b18
2 files changed
CHANGES.rst
@@ -1,6 +1,29 @@
1
Changelog
2
=========
3
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
27
0.11.0 (2016-10-26)
28
-------------------
29
github_backup/__init__.py
@@ -1 +1 @@
-__version__ = '0.11.0'
+__version__ = '0.12.0'
0 commit comments