Skip to content

Commit 0047eb7

Browse files
authored
Merge pull request #123 from rackerlabs/bump_version
0.20.1 version
2 parents 34b25ce + f5c6f8d commit 0047eb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configsnap

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import glob
2828
import re
2929
import tarfile
3030

31-
version = "0.20.0"
31+
version = "0.20.1"
3232
diffs_found = False
3333

3434

configsnap.spec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: configsnap
2-
Version: 0.20.0
3-
Release: 4%{?dist}
2+
Version: 0.20.1
3+
Release: 1%{?dist}
44
Summary: Record and compare system state
55
License: ASL 2.0
66
URL: https://github.com/rackerlabs/%{name}
@@ -47,7 +47,7 @@ install -p -m 0600 additional.conf %{buildroot}%{_sysconfdir}/%{name}/additional
4747
%{_sysconfdir}/%{name}
4848

4949
%changelog
50-
* Wed May 12 2021 Christos Triantafyllidis <christos.triantafyllidis@rackspace.co.uk> - 0.20.0-4
50+
* Wed May 12 2021 Christos Triantafyllidis <christos.triantafyllidis@rackspace.co.uk> - 0.20.1-1
5151
- Update python binary for python3 based distros
5252

5353
* Fri May 07 2021 Nick Rhodes <nrhodes91@gmail.com> - 0.20.0-3

0 commit comments

Comments
 (0)