Skip to content

Commit e906982

Browse files
committed
Bump version to 0.10.1
1 parent c47dbfd commit e906982

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.10.1 (2021-01-07)
2+
-------------------
3+
4+
* Refactor `cli.py` argument parsing, so it is easier to integrate with (contribution by [@awiddersheim](https://github.com/awiddersheim))
5+
16
0.10.0 (2021-01-04)
27
-------------------
38

aws_gate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.10.0"
1+
__version__ = "0.10.1"
22
__description__ = "aws-gate - AWS SSM Session Manager client CLI"
33
__author__ = "Adam Stevko"
44
__author_email__ = "[email protected]"

0 commit comments

Comments
 (0)