Skip to content

Commit

Permalink
1.3.4 version bump and changelog (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsb42-aws committed Apr 12, 2018
1 parent 7ca3bfa commit 779a3fc
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 17 deletions.
43 changes: 31 additions & 12 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,27 @@
Changelog
*********

1.3.3
=====
1.3.4 -- 2018-04-12
===================

Bugfixes
--------
* AWS KMS master key/provider user agent extension fixed.
`#47 <https://github.com/awslabs/aws-encryption-sdk-python/pull/47>`_

Maintenance
-----------
* New minimum pytest version 3.3.1 to avoid bugs in 3.3.0
`#32 <https://github.com/awslabs/aws-encryption-sdk-python/issues/32>`_
* New minimum attrs version 17.4.0 to allow use of `converter` rather than `convert`
`#39 <https://github.com/awslabs/aws-encryption-sdk-python/issues/39>`_
* Algorithm Suites are modeled as collections of sub-suites now
`#36 <https://github.com/awslabs/aws-encryption-sdk-python/pull/36>`_
* Selecting test suites is more sane now, with pytest markers.
`#41 <https://github.com/awslabs/aws-encryption-sdk-python/pull/41>`_

1.3.3 -- 2017-12-05
===================

Bugfixes
--------
Expand All @@ -16,13 +35,13 @@ Maintenance
`#32 <https://github.com/awslabs/aws-encryption-sdk-python/issues/32>`_
`pytest-dev/pytest#2957 <https://github.com/pytest-dev/pytest/issues/2957>`_

1.3.2
=====
1.3.2 -- 2017-09-28
===================
* Addressed `issue #13 <https://github.com/awslabs/aws-encryption-sdk-python/issues/13>`_
to properly handle non-seekable source streams.

1.3.1
=====
1.3.1 -- 2017-09-12
===================

Reorganization
--------------
Expand All @@ -44,8 +63,8 @@ Maintenance
* Addressed assorted linting issues to bring source, tests, examples, and docs up to configured
linting standards.

1.3.0
=====
1.3.0 -- 2017-08-04
===================

Major
-----
Expand All @@ -65,12 +84,12 @@ Minor
* Added support for calculating ciphertext message length from header
* Migrated README from md to rst

1.2.2
=====
1.2.2 -- 2017-05-23
===================
* Fixed ``attrs`` version to 16.3.0 to avoid `breaking changes in attrs 17.1.0`_

1.2.0
=====
1.2.0 -- 2017-03-21
===================
* Initial public release

.. _breaking changes in attrs 17.1.0: https://attrs.readthedocs.io/en/stable/changelog.html
Expand Down
4 changes: 0 additions & 4 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,4 @@ Modules
aws_encryption_sdk.internal.structures
aws_encryption_sdk.internal.utils

*********
Changelog
*********

.. include:: ../CHANGELOG.rst
2 changes: 1 addition & 1 deletion src/aws_encryption_sdk/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from aws_encryption_sdk.exceptions import InvalidAlgorithmError

__version__ = '1.3.3'
__version__ = '1.3.4'
USER_AGENT_SUFFIX = 'AwsEncryptionSdkPython/{}'.format(__version__)


Expand Down

0 comments on commit 779a3fc

Please sign in to comment.