diff --git a/docs/HISTORY.rst b/docs/HISTORY.rst index 5075e71..cb2b76e 100644 --- a/docs/HISTORY.rst +++ b/docs/HISTORY.rst @@ -1,6 +1,12 @@ Changelog ========= +0.6.2 (unreleased) +------------------ + +- Nothing changed yet. + + 0.6.1 (2017-09-15) ------------------ diff --git a/setup.py b/setup.py index 782bc88..740e109 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -version = '0.6.1' +version = '0.6.2.dev0' tests_require = [ 'plone.app.testing',