Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0f41149

Browse files
committedMay 3, 2018
v1.0.3 version bump
1 parent 40c9163 commit 0f41149

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.rst

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

5+
1.0.3 -- 2018-05-03
6+
===================
7+
* Finish fixing ``MANIFEST.in``.
8+
59
1.0.2 -- 2018-05-03
610
===================
711
* Fill out ``MANIFEST.in`` to correctly include necessary files in source build.

‎src/dynamodb_encryption_sdk/identifiers.py

Lines changed: 1 addition & 1 deletion
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.2'
17+
__version__ = '1.0.3'
1818

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

0 commit comments

Comments
 (0)
Please sign in to comment.