1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 03:45:44 +01:00

Merge pull request #377 from rouge8/python-version-bump

[PYTHON] Bump to 1.18
This commit is contained in:
Adrian Utrilla
2018-11-27 17:49:11 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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.17",
version="1.18",
author="Julien Vehent",
author_email="jvehent@mozilla.com",
description="Secrets OPerationS (sops) is an editor of encrypted files",

View File

@@ -48,7 +48,7 @@ if sys.version_info[0] == 3:
PY2 = sys.version_info[0] == 2
VERSION = '1.17'
VERSION = '1.18'
DESC = """
`sops` supports AWS KMS and PGP encryption: