Skip to content

Commit

Permalink
Release 1.7.2 (#305)
Browse files Browse the repository at this point in the history
* Ensure REX keys are written with proper newlines (BZ #1693136, #304)
* Document how to run bootstrap.py on EL8 (#303)
  • Loading branch information
evgeni committed Apr 1, 2019
1 parent 3568cd7 commit 0fb0e8f
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.1'
VERSION = '1.7.2'

# 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 0fb0e8f

Please sign in to comment.