Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Aug 30, 2021
1 parent 40f99ef commit 4feee39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.1 (2021-08-30)
* Action Update 2021-29
* Action Update 2021-34
* Action Update 2021-35

## 2.0.0 (2021-07-05)
This release now only supports Python 3.6+
Special thanks to @michael-k for the Python 3 work and tooling improvements.
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, NoReturn, Optional, TypeVar, Union

__version__ = "2.0.0"
__version__ = "2.0.1"

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

Expand Down

0 comments on commit 4feee39

Please sign in to comment.