Skip to content

Commit b602d9a

Browse files
authored
Merge pull request #28 from maykinmedia/release-400
Prepare release `4.0.0`
2 parents 5448f8c + 1332c01 commit b602d9a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/changelog.rst

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Changelog
33
=========
44

5+
4.0.0 (2024-02-22)
6+
==================
7+
8+
No changes in functionality or public API, just our supported versions of Python/Django.
9+
10+
* Dropped Python < 3.10 support
11+
* Confirmed support for Python 3.12 (Removed usage of ``pkg_resources``)
12+
* Dropped support for Django 4.1
13+
* Update tooling and move to ``pyproject.toml``
14+
15+
516
3.0.0 (2023-07-11)
617
==================
718

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-timeline-logger"
7-
version = "3.0.0"
7+
version = "4.0.0"
88
description = "Generic event logger for Django models."
99
authors = [
1010
{name = "Maykin Media", email = "[email protected]"}
@@ -83,7 +83,7 @@ testpaths = ["tests"]
8383
DJANGO_SETTINGS_MODULE = "tests.settings_pg"
8484

8585
[tool.bumpversion]
86-
current_version = "3.0.0"
86+
current_version = "4.0.0"
8787
files = [
8888
{filename = "pyproject.toml"},
8989
{filename = "README.rst"},

0 commit comments

Comments
 (0)