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 1e2932f commit 647eb80Copy full SHA for 647eb80
CHANGES.md
@@ -1,6 +1,6 @@
1
Version 1.0.0
2
-------------
3
4
-Unreleased
+Released 2023-07-29
5
6
- Initial release.
pyproject.toml
[project]
name = "magql-sqlalchemy"
-version = "1.0.0.dev"
+version = "1.0.0"
description = "Generate a Magql GraphQL API from SQLAlchemy models."
readme = "README.md"
license = {file = "LICENSE.md"}
0 commit comments