Skip to content

Commit e525535

Browse files
author
Dan Varga
committed
Bump version to 1.0.6
1 parent 784f754 commit e525535

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

etc/redhat-access-insights.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Name: redhat-access-insights
55
Summary: Uploads Insights information to Red Hat on a periodic basis
6-
Version: 1.0.5
6+
Version: 1.0.6
77
Release: 0%{?dist}
88
Source0: https://github.com/redhataccess/redhat-access-insights/archive/redhat-access-insights-%{version}.tar.gz
99
Epoch: 0
@@ -82,6 +82,10 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
8282
/usr/share/man/man5/*.5.gz
8383

8484
%changelog
85+
* Tue Aug 11 2015 Dan Varga <[email protected]> - 1.0.6-0
86+
- Fix unregister -> reregister flow
87+
- Resolves: bz1252435
88+
8589
* Wed Jul 29 2015 Dan Varga <[email protected]> - 1.0.5-0
8690
- Automatically retry failed uploads when invoked via cron
8791
- Update python-requests dependency to >= 2.6

redhat_access_insights/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class InsightsConstants(object):
77
app_name = 'redhat-access-insights'
8-
version = '1.0.5'
8+
version = '1.0.6'
99
auth_method = 'BASIC'
1010
log_level = 'DEBUG'
1111
sleep_time = 300

0 commit comments

Comments
 (0)