File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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
+
5
16
3.0.0 (2023-07-11)
6
17
==================
7
18
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " django-timeline-logger"
7
- version = " 3 .0.0"
7
+ version = " 4 .0.0"
8
8
description = " Generic event logger for Django models."
9
9
authors = [
10
10
{
name =
" Maykin Media" ,
email =
" [email protected] " }
@@ -83,7 +83,7 @@ testpaths = ["tests"]
83
83
DJANGO_SETTINGS_MODULE = " tests.settings_pg"
84
84
85
85
[tool .bumpversion ]
86
- current_version = " 3 .0.0"
86
+ current_version = " 4 .0.0"
87
87
files = [
88
88
{filename = " pyproject.toml" },
89
89
{filename = " README.rst" },
You can’t perform that action at this time.
0 commit comments