We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e4657 commit 409e861Copy full SHA for 409e861
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.5.2 (2024-04-23)
2
+
3
+### Fix
4
5
+- Explicitly re-export `generate()` in `__init__.py`
6
7
## v0.5.1 (2024-01-23)
8
9
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysource-codegen"
-version = "0.5.1"
+version = "0.5.2"
description = ""
authors = ["Your Name <[email protected]>"]
readme = "README.md"
0 commit comments