diff --git a/CHANGES.rst b/CHANGES.rst index e41265c..8c496d6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ CHANGES ======= +0.14 (unreleased) +----------------- + +- Nothing changed yet. + + 0.13 (2022-06-19) ----------------- diff --git a/setup.py b/setup.py index 015f71d..4a15a48 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name="more.jwtauth", - version="0.13", + version="0.14.dev0", description="JWT Access Auth Identity Policy for Morepath", long_description=long_description, author="Morepath developers",