Skip to content

Commit d148f9b

Browse files
committed
Release version 0.22.0
1 parent 89ee22c commit d148f9b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

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

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+
414
0.21.1 (2018-12-25)
515
-------------------
616

github_backup/__init__.py

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

0 commit comments

Comments
 (0)