Skip to content

Commit 5001aad

Browse files
committed
version bump to v1.0.4 and updating changelog
1 parent 608842a commit 5001aad

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,26 @@
22
Changelog
33
*********
44

5+
1.0.4 -- 2018-05-16
6+
===================
7+
8+
Bugfixes
9+
--------
10+
* Fix ``MostRecentProvider`` behavior when lock cannot be acquired.
11+
`#72 <https://github.com/awslabs/aws-dynamodb-encryption-python/issues/72>`_
12+
513
1.0.3 -- 2018-05-03
614
===================
15+
16+
Bugfixes
17+
--------
718
* Finish fixing ``MANIFEST.in``.
819

920
1.0.2 -- 2018-05-03
1021
===================
22+
23+
Bugfixes
24+
--------
1125
* Fill out ``MANIFEST.in`` to correctly include necessary files in source build.
1226

1327
1.0.1 -- 2018-05-02

src/dynamodb_encryption_sdk/identifiers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from enum import Enum
1515

1616
__all__ = ('LOGGER_NAME', 'CryptoAction', 'EncryptionKeyType', 'KeyEncodingType')
17-
__version__ = '1.0.3'
17+
__version__ = '1.0.4'
1818

1919
LOGGER_NAME = 'dynamodb_encryption_sdk'
2020
USER_AGENT_SUFFIX = 'DynamodbEncryptionSdkPython/{}'.format(__version__)

0 commit comments

Comments
 (0)