From 42c67221dbfb06be75a415b12aa8736f6a1b3ec5 Mon Sep 17 00:00:00 2001 From: Ben Lopatin Date: Thu, 23 Nov 2023 09:38:14 -0500 Subject: [PATCH] Fix History --- HISTORY.rst | 6 ++++++ src/organizations/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 12e8b20..d3c89c0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,9 +3,15 @@ History ======= +2.3.1 +----- + +* Update changelog to include all 2.3.0 changes + 2.3.0 ----- +* Includes django-extensions as dependency * Remove `six` dependency * Start testing against Python 3.12 diff --git a/src/organizations/__init__.py b/src/organizations/__init__.py index 2228c6c..0be08ad 100644 --- a/src/organizations/__init__.py +++ b/src/organizations/__init__.py @@ -2,4 +2,4 @@ __author__ = "Ben Lopatin" __email__ = "ben@benlopatin.com" -__version__ = "2.3.0" +__version__ = "2.3.1"