Skip to content

Commit

Permalink
Release v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Nov 25, 2023
1 parent 5cc267b commit 034996f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ poetry run pytest

## Changelog

#### `main` (unreleased!)
#### 6.1.0 (2023-11-25)

- Add support for django 5.0
- Add support for python 3.12
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ line_length = 120

[tool.poetry]
name = "django-timezone-field"
version = "6.0.1"
version = "6.1.0"
description = "A Django app providing DB, form, and REST framework fields for zoneinfo and pytz timezone objects."
license = "BSD-2-Clause"
authors = ["Mike Fogel <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion timezone_field/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from timezone_field.fields import TimeZoneField
from timezone_field.forms import TimeZoneFormField

__version__ = "6.0.1"
__version__ = "6.1.0"
__all__ = ["TimeZoneField", "TimeZoneFormField"]

0 comments on commit 034996f

Please sign in to comment.