Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Jan 1, 2022
1 parent ae33340 commit 24d9d57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.1.0 (2022-01-01)
* Update base url used by scraper
* Make scraper resilient to base url changes
* Run tests against Python 3.10 and add trove classifier
* Action Update 2021-47
* Action Update 2021-48
* Action Update 2021-49
* Action Update 2021-50
* Remove workaround from scraper
* Action Update 2021-52
* Remove support for Python 3.6 due to EOL

## 2.0.2 (2021-10-16)
* Fix scraper and improve error messages
* Stop “caching” prop names
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.2"
__version__ = "2.1.0"

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

Expand Down

0 comments on commit 24d9d57

Please sign in to comment.