Skip to content

Commit

Permalink
chore: release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Radi85 committed Apr 17, 2021
1 parent 0e22c13 commit 7677106
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0
2.6.1
2 changes: 1 addition & 1 deletion comment/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = '2.6.0'
__version__ = '2.6.1'


def _get_version():
Expand Down
8 changes: 8 additions & 0 deletions docs/source/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

2.6.1
------

- Fix redirect path after login (Pass `request` object in template context).
- Fix creating replies when subscription is disabled.
- Add missing step to setup documentation.
- Add option for default profile pic location.

2.6.0
------

Expand Down
35 changes: 32 additions & 3 deletions docs/source/release-notes/version-2.6.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===========================
Django-comments-dab v2.6.0
===========================
=========================
Django-comments-dab v2.6
=========================

v2.6.0
-------
Expand Down Expand Up @@ -53,3 +53,32 @@ Codebase enhancement
.. _#144: https://github.com/Radi85/Comment/issues/144
.. _#150: https://github.com/Radi85/Comment/issues/150
.. _#165: https://github.com/Radi85/Comment/issues/165


v2.6.1
-------

Features
^^^^^^^^^

- `#163`_ - Add option for default profile pic location.

.. _#163: https://github.com/Radi85/Comment/issues/163

Bug fixes
^^^^^^^^^

- `#168`_ - Fix redirect path after login (Pass `request` object in template context).
- `#175`_ - Fix creating replies when subscription is disabled.

.. _#168: https://github.com/Radi85/Comment/issues/168
.. _#175: https://github.com/Radi85/Comment/issues/175

Codebase enhancement
^^^^^^^^^^^^^^^^^^^^^

- `#147`_ - Add missing step to setup documentation.
- `#173`_ - Rename default django branch to main.

.. _#147: https://github.com/Radi85/Comment/issues/147
.. _#173: https://github.com/Radi85/Comment/issues/173

0 comments on commit 7677106

Please sign in to comment.