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 696d234 commit 9e004a3Copy full SHA for 9e004a3
CHANGES.md
@@ -1,6 +1,6 @@
1
## Version 1.1.0
2
3
-Unreleased
+Released 2024-08-03
4
5
- The description for a model's object, and for an attribute's field and
6
argument, is set from their docstrings. {issue}`19`
pyproject.toml
[project]
name = "magql-sqlalchemy"
-version = "1.1.0.dev"
+version = "1.1.0"
description = "Generate a Magql GraphQL API from SQLAlchemy models."
readme = "README.md"
license = { file = "LICENSE.txt" }
0 commit comments