Skip to content

Commit

Permalink
Prepare release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Feb 22, 2024
1 parent 5448f8c commit 1332c01
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog
=========

4.0.0 (2024-02-22)
==================

No changes in functionality or public API, just our supported versions of Python/Django.

* Dropped Python < 3.10 support
* Confirmed support for Python 3.12 (Removed usage of ``pkg_resources``)
* Dropped support for Django 4.1
* Update tooling and move to ``pyproject.toml``


3.0.0 (2023-07-11)
==================

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django-timeline-logger"
version = "3.0.0"
version = "4.0.0"
description = "Generic event logger for Django models."
authors = [
{name = "Maykin Media", email = "[email protected]"}
Expand Down Expand Up @@ -83,7 +83,7 @@ testpaths = ["tests"]
DJANGO_SETTINGS_MODULE = "tests.settings_pg"

[tool.bumpversion]
current_version = "3.0.0"
current_version = "4.0.0"
files = [
{filename = "pyproject.toml"},
{filename = "README.rst"},
Expand Down

0 comments on commit 1332c01

Please sign in to comment.