diff --git a/CHANGES.rst b/CHANGES.rst index 8c23d78..6d3bf5d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +3.2 (unreleased) +---------------- + +- Nothing changed yet. + + 3.1 (2018-05-18) ---------------- diff --git a/setup.py b/setup.py index fccf0bb..de5a9bf 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -version = '3.1' +version = '3.2.dev0' setup( name='five.localsitemanager',