Skip to content

Commit

Permalink
Publish 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Dec 19, 2023
1 parent f6948ff commit de38e8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}]
license = "MIT"
Expand Down

0 comments on commit de38e8b

Please sign in to comment.