Skip to content

Commit f7597eb

Browse files
committed
Update CHANGELOG and version.
1 parent bf7e485 commit f7597eb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.7.0](https://github.com/fabiocaccamo/django-redirects/releases/tag/0.7.0) - 2025-04-03
9+
- Add `Django 5.2` support.
10+
- Bump `pre-commit` hooks.
11+
- Bump requirements.
12+
813
## [0.6.0](https://github.com/fabiocaccamo/django-redirects/releases/tag/0.6.0) - 2023-12-05
914
- Add `Python 3.12` support.
1015
- Add `Django 5.0` support.

redirects/metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
__email__ = "[email protected]"
55
__license__ = "MIT"
66
__title__ = "django-redirects"
7-
__version__ = "0.6.0"
7+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)