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

bump version 1.14

This commit is contained in:
Julien Vehent
2016-09-07 18:31:24 -04:00
parent 51b4dd3550
commit bfd962bd9e
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
setuptools>=18.8.1
cryptography==1.2.1
cryptography==1.4
boto3>=1.1.3
ruamel.yaml==0.11.7
ordereddict>=1.1

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.13",
version="1.14",
author="Julien Vehent",
author_email="jvehent@mozilla.com",
description="Secrets OPerationS (sops) is an editor of encrypted files",
@@ -22,7 +22,7 @@ setup(
install_requires=[
'ruamel.yaml==0.11.7',
'boto3>=1.1.3',
'cryptography==1.2.1',
'cryptography==1.4',
'setuptools>=18.8.1',
'ordereddict>=1.1',
'simplejson>=3.8'],

View File

@@ -39,7 +39,7 @@ else:
if sys.version_info[0] == 3:
raw_input = input
VERSION = '1.13'
VERSION = '1.14'
DESC = """
`sops` supports AWS KMS and PGP encryption: