diff --git a/CHANGES.rst b/CHANGES.rst index 129c917..4203d62 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,12 @@ ========= +1.1.3 (unreleased) +================== + +- Nothing changed yet. + + 1.1.2 (2020-04-07) ================== diff --git a/setup.py b/setup.py index 5ce6fe1..06b9ed4 100755 --- a/setup.py +++ b/setup.py @@ -145,7 +145,7 @@ def _c(m): setup( name='nti.externalization', - version='1.1.2', + version='1.1.3.dev0', author='Jason Madden', author_email='jason@nextthought.com', description="NTI Externalization",