From 9b7319925216af3751b349c2ac0c813e7e264433 Mon Sep 17 00:00:00 2001 From: Ben Lopatin Date: Mon, 18 Mar 2024 09:24:13 -0400 Subject: [PATCH] Requisite version bmp for release fix (#271) 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"