From 2e1fd7eb28de232368a14c9e45b5741eaebc50bc Mon Sep 17 00:00:00 2001 From: Hazboun6 Date: Tue, 2 Nov 2021 09:21:18 -0700 Subject: [PATCH] bump version --- HISTORY.rst | 3 +++ enterprise_extensions/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b71d336a..d216111f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,9 @@ ======= History ======= +2.3.4 (2021-11-02) +Fix phase shift seed caching issue. + 2.3.3 (2021-10-04) Fix bug in release build by adding ACE text file to MANIFEST.in. diff --git a/enterprise_extensions/__init__.py b/enterprise_extensions/__init__.py index ed5cc172..4618fe65 100644 --- a/enterprise_extensions/__init__.py +++ b/enterprise_extensions/__init__.py @@ -1 +1 @@ -__version__ = "2.3.3" +__version__ = "2.3.4" diff --git a/setup.cfg b/setup.cfg index 43ebd50b..bf93c4ca 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.3.3 +current_version = 2.3.4 commit = True tag = True