We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ee22c commit d148f9bCopy full SHA for d148f9b
CHANGES.rst
@@ -1,6 +1,16 @@
1
Changelog
2
=========
3
4
+0.22.0 (2019-02-01)
5
+-------------------
6
+
7
+- Remove unnecessary sys.exit call. [W. Harrison Wright]
8
9
+- Add org check to avoid incorrect log output. [W. Harrison Wright]
10
11
+- Fix accidental system exit with better logging strategy. [W. Harrison
12
+ Wright]
13
14
0.21.1 (2018-12-25)
15
-------------------
16
github_backup/__init__.py
@@ -1 +1 @@
-__version__ = '0.21.1'
+__version__ = '0.22.0'
0 commit comments