Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Mar 9, 2021
1 parent 6fd2942 commit 6d5a928
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.3 (2021-03-08)
* Fix typo in CHANGELOG
* Action Update 2021-04
* Update scrape requirements versions
* Action Update 2021-05
* Fix scrape breakage by mapping "Amazon Lex V2" to "lex"
* Allow manual workflow via workflow_dispatch
* Action Update 2021-10

## 1.0.2 (2021-01-20)
* Action Update 2020-44
* Action Update 2020-45
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.2"
__version__ = "1.0.3"

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

Expand Down

0 comments on commit 6d5a928

Please sign in to comment.