diff --git a/CHANGES.md b/CHANGES.md index 334bb5e..e30d362 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ Version 1.0.0 ------------- -Unreleased +Released 2023-07-24 - Complete rewrite. {pr}`74` diff --git a/pyproject.toml b/pyproject.toml index 342f8bf..c7ef0d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} @@ -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"