diff --git a/VERSION b/VERSION index 9aa3464..5588ae8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.0 \ No newline at end of file +2.7.1 \ No newline at end of file diff --git a/comment/__init__.py b/comment/__init__.py index 81c2e41..40a8520 100644 --- a/comment/__init__.py +++ b/comment/__init__.py @@ -1,6 +1,6 @@ import os -__version__ = '2.7.0' +__version__ = '2.7.1' def _get_version(): diff --git a/docs/source/Changelog.rst b/docs/source/Changelog.rst index 0125694..4eac4cc 100644 --- a/docs/source/Changelog.rst +++ b/docs/source/Changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +2.7.1 +------ + +- Fix closing of anonymous create comment modal. + 2.7.0 ------ diff --git a/docs/source/release-notes/version-2.7.rst b/docs/source/release-notes/version-2.7.rst index 62a7940..1520728 100644 --- a/docs/source/release-notes/version-2.7.rst +++ b/docs/source/release-notes/version-2.7.rst @@ -48,3 +48,14 @@ Codebase enhancement .. _#209: https://github.com/Radi85/Comment/pull/209 .. _#223: https://github.com/Radi85/Comment/issues/223 .. _#225: https://github.com/Radi85/Comment/issues/225 + + +v2.7.1 +------- + +Bug fixes +^^^^^^^^^ + +- `#230`_ - Fix closing of anonymous create comment modal. + +.. _#230: https://github.com/Radi85/Comment/issues/230