diff --git a/CHANGELOG.md b/CHANGELOG.md index c19c838..9959e6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -## [9.0.0] - TDB +## [9.0.0] - 2024-09-18 ## Added - pyproject.toml -- Documentation on how to use transaction test case when using pytest. PR [#108] from [pavel-kalmykov](https://github.com/pavel-kalmykov). +- Documentation on how to use transaction test case when using pytest. PR [#108] from [@pavel-kalmykov](https://github.com/pavel-kalmykov). ### Changed - Update to remove specific version references, since there haven't been significant changes the approach on versioning will change. The version will no longer update when only tests or supported versions are updated. diff --git a/src/django_cleanup/__init__.py b/src/django_cleanup/__init__.py index c64e469..2615c32 100644 --- a/src/django_cleanup/__init__.py +++ b/src/django_cleanup/__init__.py @@ -4,4 +4,4 @@ will delete files on model instance deletion. ''' -__version__ = '9.0.0-dev' +__version__ = '9.0.0'