From 57b4d43e33fa9c72ba0e0872fed816515c90ef41 Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Fri, 17 Nov 2017 22:21:08 -0800 Subject: [PATCH] updating readme, version, and changelog to reflect Python 3.5.0/3.5.1 compatibility fix https://github.com/awslabs/aws-encryption-sdk-cli/issues/114 --- CHANGELOG.rst | 8 ++++++++ README.rst | 6 ------ src/aws_encryption_sdk_cli/internal/identifiers.py | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0db02ad..fcabf1a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ Changelog ********* +1.1.1 +===== + +Bugfixes +-------- +* Fixed import issue with Python 3.5.0 and 3.5.1 + `#114 `_ + 1.1.0 ===== Public release diff --git a/README.rst b/README.rst index 58bc440..88ceb37 100644 --- a/README.rst +++ b/README.rst @@ -18,11 +18,6 @@ Required Prerequisites * Python 2.7+ or 3.4+ * aws-encryption-sdk >= 1.3.2 -.. warning:: - - Due to a `known issue with Python 3.5 prior to 3.5.2`_, imports will fail on Python 3.5.0 - and 3.5.1. We are prioritizing fixing this problem. - Installation ============ @@ -560,4 +555,3 @@ Execution .. _setuptools entry point: http://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins .. _you must not specify a key: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/crypto-cli-how-to.html#crypto-cli-master-key .. _known issue with config file parsing in Windows: https://github.com/awslabs/aws-encryption-sdk-cli/issues/110 -.. _known issue with Python 3.5 prior to 3.5.2: https://github.com/awslabs/aws-encryption-sdk-cli/issues/114 diff --git a/src/aws_encryption_sdk_cli/internal/identifiers.py b/src/aws_encryption_sdk_cli/internal/identifiers.py index 7fdca99..2a53ed6 100644 --- a/src/aws_encryption_sdk_cli/internal/identifiers.py +++ b/src/aws_encryption_sdk_cli/internal/identifiers.py @@ -30,7 +30,7 @@ 'DEFAULT_MASTER_KEY_PROVIDER', 'OperationResult' ) -__version__ = '1.1.0' # type: str +__version__ = '1.1.1' # type: str #: Suffix added to output files if specific output filename is not specified. OUTPUT_SUFFIX = {