зеркало из https://github.com/getsops/sops.git
bump to 1.9
This commit is contained in:
Родитель
baa060ed25
Коммит
ac4e8ca591
2
setup.py
2
setup.py
|
@ -9,7 +9,7 @@ with codecs.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
|
|||
setup(
|
||||
name="sops",
|
||||
py_modules=['sops'],
|
||||
version="1.8",
|
||||
version="1.9",
|
||||
author="Julien Vehent",
|
||||
author_email="jvehent@mozilla.com",
|
||||
description="Secrets OPerationS (sops) is an editor of encrypted files",
|
||||
|
|
|
@ -38,7 +38,7 @@ else:
|
|||
if sys.version_info[0] == 3:
|
||||
raw_input = input
|
||||
|
||||
VERSION = 1.8
|
||||
VERSION = 1.9
|
||||
|
||||
DESC = """
|
||||
`sops` supports AWS KMS and PGP encryption:
|
||||
|
|
Загрузка…
Ссылка в новой задаче