[stable-2.8] Update version in metadata for bundled distro (#59869)
(cherry picked from commit 81d254da4c
)
Co-authored-by: Sam Doran <sdoran@redhat.com>
This commit is contained in:
parent
fd7b4238e2
commit
79795ba5b0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ __metaclass__ = type
|
|||
Compat distro library.
|
||||
'''
|
||||
# The following makes it easier for us to script updates of the bundled code
|
||||
_BUNDLED_METADATA = {"pypi_name": "distro", "version": "1.3.0"}
|
||||
_BUNDLED_METADATA = {"pypi_name": "distro", "version": "1.4.0"}
|
||||
|
||||
# The following additional changes have been made:
|
||||
# * The import of argparse has been moved to __main__ (py2.6 compat)
|
||||
|
|
Loading…
Reference in a new issue