Skip to content

Commit 8c95575

Browse files
authored
Release v0.3.1 (#43)
1 parent 0587039 commit 8c95575

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AsyncAPI Python Code Generator
22
>
33
> [!IMPORTANT]
4-
> Although commits to dev branch might seem infrequent, the project is under active development **as of March 2026**.
4+
> Although commits to dev branch might seem infrequent, the project is under active development **as of April 2026**.
55
>
66
> We currently produce only those changes that are required to satisfy our personal use cases.
77
>
@@ -105,7 +105,7 @@ asyncapi-python[amqp]
105105
```toml
106106
# pants.toml
107107
plugins = [
108-
"asyncapi_python[codegen]==0.2.5", # Plugin version MUST match the version of your python clients
108+
"asyncapi_python[codegen]==0.3.1", # Plugin version MUST match the version of your python clients
109109
...
110110
]
111111
backend_packages = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "asyncapi-python"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
license = { text = "Apache-2.0" }
55
description = "Easily generate type-safe and async Python applications from AsyncAPI 3 specifications."
66
authors = [{ name = "Yaroslav Petrov", email = "yaroslav.v.petrov@gmail.com" }]

0 commit comments

Comments
 (0)