Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Mar 20, 2021
1 parent d5b9e47 commit 6291f96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.0.4 (2021-03-20)
* Action Update 2021-11
* Fix scrape breakage by mapping "Amazon Simple Email Service v2" to "ses"
* Map lambda to awslambda and remove lambda.py
* Action Update 2021-11
* Update copyright date
* Update "make test" to not use the deleted tools directory
* Fix pycodestyle issue with using a lambda in scrape.py

## 1.0.3 (2021-03-08)
* Fix typo in CHANGELOG
* Action Update 2021-04
Expand Down
2 changes: 1 addition & 1 deletion awacs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import re
import types

__version__ = "1.0.3"
__version__ = "1.0.4"

valid_names = re.compile(r'^[a-zA-Z0-9]+$')

Expand Down

0 comments on commit 6291f96

Please sign in to comment.