Skip to content

Commit

Permalink
Bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Varga committed Aug 11, 2015
1 parent 784f754 commit e525535
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion etc/redhat-access-insights.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

%changelog
* Tue Aug 11 2015 Dan Varga <[email protected]> - 1.0.6-0
- Fix unregister -> reregister flow
- Resolves: bz1252435

* Wed Jul 29 2015 Dan Varga <[email protected]> - 1.0.5-0
- Automatically retry failed uploads when invoked via cron
- Update python-requests dependency to >= 2.6
Expand Down
2 changes: 1 addition & 1 deletion redhat_access_insights/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class InsightsConstants(object):
app_name = 'redhat-access-insights'
version = '1.0.5'
version = '1.0.6'
auth_method = 'BASIC'
log_level = 'DEBUG'
sleep_time = 300
Expand Down

0 comments on commit e525535

Please sign in to comment.