Skip to content

Commit

Permalink
updating readme, version, and changelog to reflect Python 3.5.0/3.5.1…
Browse files Browse the repository at this point in the history
… compatibility fix #114
  • Loading branch information
mattsb42-aws authored and lizroth committed Nov 20, 2017
1 parent f10c25d commit 57b4d43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
*********

1.1.1
=====

Bugfixes
--------
* Fixed import issue with Python 3.5.0 and 3.5.1
`#114 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/114>`_

1.1.0
=====
Public release
Expand Down
6 changes: 0 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
============

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/aws_encryption_sdk_cli/internal/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 57b4d43

Please sign in to comment.