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:
@@ -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
|
||||
|
||||
4
setup.py
4
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.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'],
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user