Skip to content

Commit

Permalink
release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jul 24, 2023
1 parent aa7fbc7 commit dafc3ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 1.0.0
-------------

Unreleased
Released 2023-07-24

- Complete rewrite. {pr}`74`

Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "magql"
version = "1.0.0.dev"
version = "1.0.0"
description = "The magical GraphQL framework that generates an API for your data."
readme = "README.md"
license = {file = "LICENSE.md"}
Expand All @@ -11,6 +11,11 @@ dependencies = [
"python-dateutil",
]

[project.urls]
Documentation = "https://magql.autoinvent.dev"
Changes = "https://magql.autoinvent.dev/changes.html"
Source = "https://github.com/autoinvent/magql"

[build-system]
requires = ["flit_core<4"]
build-backend = "flit_core.buildapi"
Expand Down

0 comments on commit dafc3ba

Please sign in to comment.