diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b230d6..5115d3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 23.7 (2023-12-28) + +- Use setuptools-scm to build package (#402). + ## 23.6 (2023-12-22) - Use ruff instead of black for formatting (#392). diff --git a/pyproject.toml b/pyproject.toml index 52eb73b..4922883 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ license = {file = "LICENSE"} name = "django-marina" readme = "README.md" requires-python = ">=3.8" -version = "23.7.dev1" +version = "23.7" [project.urls] Changelog = "https://github.com/zostera/django-marina/blob/main/CHANGELOG.md"