Skip to content

Commit

Permalink
Release 1.7.3
Browse files Browse the repository at this point in the history
* BZ #1659414 - don't fail on unknown smart proxies (#315)
* BZ #1729179 - don't migrate EL8 hosts (#317)
* Puppet 6 support (#316)
* BZ#1717096: only pass --remove-rhn-packages when also doing legacy purge (#313)
* Open file in 'w' mode instead of 'wb' (#314)
* BZ #1710546 - decode ALL results we get from rpm (#310)
* update puppet config when puppet is not skipped, not foreman
* move enable_rhsmcertd just after doing the subscription stuff
* only execute API calls of "new capsule" mode when Foreman is not skipped
* improve error message when running on an registered host
  • Loading branch information
evgeni committed Sep 9, 2019
1 parent 4cdefbb commit 9058875
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 @@ -63,7 +63,7 @@
import rpm # pylint:disable=import-error


VERSION = '1.7.2'
VERSION = '1.7.3'

# 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 9058875

Please sign in to comment.