This commit is contained in:
Julien Vehent 2016-02-02 15:23:50 -05:00
Родитель ce0cc10369
Коммит a04df6d0fb
3 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -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>

Просмотреть файл

@ -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: