From cf2cd39909f0d70a85a59d82e2c9cc25fda8b549 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Sun, 24 Mar 2024 15:09:31 +0100 Subject: [PATCH] Added change notes and bumped version for 24.3 release. --- CHANGELOG.rst | 14 ++++++++++++++ src/neapolitan/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 32f53b7..7c92d1b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,6 +13,20 @@ Version numbers correspond to git tags. Please use the compare view on GitHub for full details. Until we're further along, I will just note the highlights here: +24.3 +==== + +* Added the used ``filterset`` to list-view context. + +* Added CI testing for supported Python and Django versions. (Python 3.10 + onwards; Django 4.2 onwards, including the development branch.) + + Thanks to Josh Thomas. + +* Added CI build for the documentation. + + Thanks to Eduardo Enriquez + 24.2 ==== diff --git a/src/neapolitan/__init__.py b/src/neapolitan/__init__.py index 59c9025..7b18b60 100644 --- a/src/neapolitan/__init__.py +++ b/src/neapolitan/__init__.py @@ -35,4 +35,4 @@ class BookmarkView(CRUDView): Let's go! 🚀 """ -__version__ = "24.2" +__version__ = "24.3"