Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Oct 16, 2021
1 parent a9a8dba commit f66550a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.2 (2021-10-16)
* Fix scraper and improve error messages
* Stop “caching” prop names
* Fix scraper to deal with AWS doc changes
* Action Update 2021-41

## 2.0.1 (2021-08-30)
* Action Update 2021-29
* Action Update 2021-34
Expand Down
2 changes: 1 addition & 1 deletion awacs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import types
from typing import Any, KeysView, NoReturn, Optional, TypeVar, Union

__version__ = "2.0.1"
__version__ = "2.0.2"

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

Expand Down

0 comments on commit f66550a

Please sign in to comment.