Skip to content

Commit 46e9f34

Browse files
committed
Fix permissions issue on install, and update revision version number.
See also #122
1 parent 57b4d43 commit 46e9f34

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
*********
44

5+
1.1.2
6+
=====
7+
8+
Bugfixes
9+
--------
10+
* Fixed permissions issue from installing metadata files
11+
`#122 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/122>`_
12+
513
1.1.1
614
=====
715

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ def get_requirements():
4040
),
4141
long_description=read('README.rst'),
4242
keywords='aws-encryption-sdk aws kms encryption cli command line',
43-
data_files=[
44-
'README.rst',
45-
'CHANGELOG.rst',
46-
'LICENSE',
47-
'requirements.txt'
48-
],
4943
license='Apache License 2.0',
5044
install_requires=get_requirements(),
5145
classifiers=[

src/aws_encryption_sdk_cli/internal/identifiers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'DEFAULT_MASTER_KEY_PROVIDER',
3131
'OperationResult'
3232
)
33-
__version__ = '1.1.1' # type: str
33+
__version__ = '1.1.2' # type: str
3434

3535
#: Suffix added to output files if specific output filename is not specified.
3636
OUTPUT_SUFFIX = {

0 commit comments

Comments
 (0)