Skip to content

Commit

Permalink
set date for 1.0.6 release and update version (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsb42-aws authored Jan 15, 2019
1 parent c8e4059 commit 6f3daa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
*********

1.0.6 -- 2018-01-xx
1.0.6 -- 2018-01-15
===================

Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion src/dynamodb_encryption_sdk/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from enum import Enum

__all__ = ("LOGGER_NAME", "CryptoAction", "EncryptionKeyType", "KeyEncodingType")
__version__ = "1.0.5"
__version__ = "1.0.6"

LOGGER_NAME = "dynamodb_encryption_sdk"
USER_AGENT_SUFFIX = "DynamodbEncryptionSdkPython/{}".format(__version__)
Expand Down

0 comments on commit 6f3daa8

Please sign in to comment.