Skip to content

Commit a09fd2f

Browse files
committed
Release v7.2
1 parent 02be229 commit a09fd2f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ poetry run pytest
138138

139139
## Changelog
140140

141-
#### `main` (unreleased)
141+
#### 7.2 (2025-12-06)
142142

143143
- Add support for django 6,0, 5.2
144144
- Add support for python 3.14

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ line_length = 120
1414

1515
[tool.poetry]
1616
name = "django-timezone-field"
17-
version = "7.1"
17+
version = "7.2"
1818
description = "A Django app providing DB, form, and REST framework fields for zoneinfo and pytz timezone objects."
1919
license = "BSD-2-Clause"
2020
authors = ["Mike Fogel <mike@fogel.ca>"]

timezone_field/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from timezone_field.fields import TimeZoneField
22
from timezone_field.forms import TimeZoneFormField
33

4-
__version__ = "7.1"
4+
__version__ = "7.2"
55
__all__ = ["TimeZoneField", "TimeZoneFormField"]

0 commit comments

Comments
 (0)