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"