From 5a445b85fb809a7c27bf8dbe45c29032ece187d8 Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Mon, 2 Aug 2021 13:29:46 -0500 Subject: [PATCH] Back to development: 2.3.1 --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index a38d935..27ef91f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,12 @@ ========= +2.3.1 (unreleased) +================== + +- Nothing changed yet. + + 2.3.0 (2021-08-02) ================== diff --git a/setup.py b/setup.py index 8481944..0e9d7c0 100755 --- a/setup.py +++ b/setup.py @@ -147,7 +147,7 @@ def _c(m): setup( name='nti.externalization', - version='2.3.0', + version='2.3.1.dev0', author='Jason Madden', author_email='jason@nextthought.com', description="NTI Externalization",