From f4b476e260465054a1a2d6a9c48eaa47b24c5d6f Mon Sep 17 00:00:00 2001 From: Mario Rosa Date: Wed, 18 Sep 2024 17:41:22 -0400 Subject: [PATCH] update version --- CHANGELOG.md | 4 ++-- src/django_cleanup/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'