Skip to content

Commit bdbdfbb

Browse files
committed
release 1.7.0
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)
1 parent 28e88d8 commit bdbdfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
import rpm # pylint:disable=import-error
6363

6464

65-
VERSION = '1.6.0'
65+
VERSION = '1.7.0'
6666

6767
# Python 2.4 only supports octal numbers by prefixing '0'
6868
# Python 3 only support octal numbers by prefixing '0o'

0 commit comments

Comments
 (0)