Skip to content

Commit

Permalink
chore: release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Radi85 authored and abhiabhi94 committed Sep 6, 2021
1 parent f8942bf commit 066c732
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.7.0
2.7.1
2 changes: 1 addition & 1 deletion comment/__init__.py
@@ -1,6 +1,6 @@
import os

__version__ = '2.7.0'
__version__ = '2.7.1'


def _get_version():
Expand Down
5 changes: 5 additions & 0 deletions docs/source/Changelog.rst
@@ -1,6 +1,11 @@
Changelog
=========

2.7.1
------

- Fix closing of anonymous create comment modal.

2.7.0
------

Expand Down
11 changes: 11 additions & 0 deletions docs/source/release-notes/version-2.7.rst
Expand Up @@ -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

0 comments on commit 066c732

Please sign in to comment.