Skip to content

Commit d46e48b

Browse files
committed
Release 1.7.5
* BZ #1830884 - drop support for puppet < 4 * BZ #1802206 - document --legacy-purge not working on EL5
1 parent ee6176e commit d46e48b

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
@@ -63,7 +63,7 @@
6363
import rpm # pylint:disable=import-error
6464

6565

66-
VERSION = '1.7.4'
66+
VERSION = '1.7.5'
6767

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

0 commit comments

Comments
 (0)