Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Nov 28, 2022
1 parent f99e7ec commit 0c561e1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 2.3.0 (2022-11-28)
* Action Update 2022-31
* Action Update 2022-32
* Action Update 2022-33
* Action Update 2022-34
* Action Update 2022-35
* Action Update 2022-36
* Action Update 2022-37
* Action Update 2022-38
* Action Update 2022-39
* Action Update 2022-40
* Action Update 2022-41
* Action Update 2022-42
* Action Update 2022-43
* Action Update 2022-44
* Use the latest github actions
* Run tests against Python 3.11 and add trove classifier
* Action Update 2022-45
* Action Update 2022-46
* Action Update 2022-47
* Action Update 2022-48(

## 2.2.0 (2022-07-28)
* Action Update 2022-02
* Action Update 2022-03
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.2.0"
__version__ = "2.3.0"

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

Expand Down

0 comments on commit 0c561e1

Please sign in to comment.