Skip to content

Commit

Permalink
Release 1.7.7
Browse files Browse the repository at this point in the history
Changelog:
* BZ#2001476 - don't fail decoding data from RPM on EL8.5+
* Python 3.8 support
  • Loading branch information
evgeni authored and jlsherrill committed Sep 27, 2021
1 parent ced33e8 commit da1a371
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.6'
VERSION = '1.7.7'

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

Please sign in to comment.