Skip to content

Commit

Permalink
Release 1.7.5
Browse files Browse the repository at this point in the history
* BZ #1830884 - drop support for puppet < 4
* BZ #1802206 - document --legacy-purge not working on EL5
  • Loading branch information
evgeni committed May 29, 2020
1 parent ee6176e commit d46e48b
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.4'
VERSION = '1.7.5'

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

Please sign in to comment.