зеркало из https://github.com/getsops/sops.git
push v1.4
This commit is contained in:
Родитель
ce0cc10369
Коммит
a04df6d0fb
|
@ -685,7 +685,8 @@ Mozilla Public License Version 2.0
|
|||
|
||||
Authors
|
||||
-------
|
||||
* Julien Vehent <jvehent@mozilla.com>
|
||||
* Julien Vehent <jvehent@mozilla.com> (lead & maintainer)
|
||||
|
||||
* Daniel Thornton <dthornton@mozilla.com>
|
||||
* Alexis Metaireau <alexis@mozilla.com>
|
||||
* Rémy Hubscher <natim@mozilla.com>
|
||||
|
|
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.3",
|
||||
version="1.4",
|
||||
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.3
|
||||
VERSION = 1.4
|
||||
|
||||
DESC = """
|
||||
`sops` supports AWS KMS and PGP encryption:
|
||||
|
|
Загрузка…
Ссылка в новой задаче