From de38e8b5d86d2f931c4f6e456efa9e450314c208 Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Tue, 19 Dec 2023 12:05:34 -0800 Subject: [PATCH] Publish 1.3.0 --- CONTRIBUTING.rst | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0f878ee..11e1c09 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -47,3 +47,12 @@ First install tox:: To run tox and generate a coverage report (in ``htmlcov`` directory):: make test + + +Releases +-------- + +To release to PyPI: + +1. Update the version in ``pyproject.toml`` +2. Run ``pdm publish`` diff --git a/pyproject.toml b/pyproject.toml index 2d6b3ed..a27a1d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.pep517.api" [project] name = "django-relatives" -version = "1.3.0a3" +version = "1.3.0" description = "Utilities for linking to related objects in Django admin" authors = [{name = "Trey Hunner", email = "trey@treyhunner.com"}] license = "MIT"