Skip to content

Commit

Permalink
release 1.7.0
Browse files Browse the repository at this point in the history
changelog:
* Python 3 support
* Capability to preserve proxy settings when reconfiguring/migrating the client (#283)
* EL5 subscription manager compatibility fixes (#284)
* Only yum clean metadata and dbcache, not RPMs (#280)
* Allow defining where to get ssh keys and where to store them (#281)
* Make the FIPS check more robust (#279)
* Support yum and dnf Python bindings (#271)
* Option to ignore registration failures (#261)
* Force lowercase FQDN writing puppet configuration (#255)
* Improve the error message when a search fails (#257)
  • Loading branch information
evgeni committed Jan 25, 2019
1 parent 28e88d8 commit bdbdfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
import rpm # pylint:disable=import-error


VERSION = '1.6.0'
VERSION = '1.7.0'

# Python 2.4 only supports octal numbers by prefixing '0'
# Python 3 only support octal numbers by prefixing '0o'
Expand Down

0 comments on commit bdbdfbb

Please sign in to comment.