Skip to content

Commit ba1f7ea

Browse files
ajw-awsmattsb42-aws
authored andcommitted
MV bump from 1.1.5 to 1.1.6; update Changelog (#164)
* MV bump from 1.1.5 to 1.1.6; update Changelog * Removing trailing whitespace in Changelog
1 parent d6da0e2 commit ba1f7ea

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

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

5+
1.1.6 -- 2019-09-30
6+
===================
7+
8+
Operational
9+
-----------
10+
* Update requirements to only require the typing module for
11+
Python versions earlier than 3.5
12+
13+
514
1.1.5 -- 2018-08-01
615
===================
716

src/aws_encryption_sdk_cli/internal/identifiers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"DEFAULT_MASTER_KEY_PROVIDER",
3232
"OperationResult",
3333
)
34-
__version__ = "1.1.5" # type: str
34+
__version__ = "1.1.6" # type: str
3535

3636
#: Suffix added to output files if specific output filename is not specified.
3737
OUTPUT_SUFFIX = {"encrypt": ".encrypted", "decrypt": ".decrypted"} # type: Dict[str, str]

0 commit comments

Comments
 (0)