From 31fc45a7b2db4d8898d0536638262f5154d89422 Mon Sep 17 00:00:00 2001 From: Ben Lopatin Date: Mon, 18 Mar 2024 09:22:03 -0400 Subject: [PATCH] Requisite version bmp for release fix Releated to #268 --- HISTORY.rst | 4 ++++ src/organizations/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 06ebd0b..87a378b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,10 @@ History ======= +2.4.1 +----- + +* Fixes related to release process 2.4.0 ----- diff --git a/src/organizations/__init__.py b/src/organizations/__init__.py index b6e11fc..8824ff5 100644 --- a/src/organizations/__init__.py +++ b/src/organizations/__init__.py @@ -2,4 +2,4 @@ __author__ = "Ben Lopatin" __email__ = "ben@benlopatin.com" -__version__ = "2.4.0" +__version__ = "2.4.1"