We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9203349 commit cbb0ab4Copy full SHA for cbb0ab4
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changes
2
=======
3
4
-Unreleased
5
-----------
+2.6.0 (2018-12-12)
+------------------
6
- Add `app` parameter to the constructor of `HistoricalRecords` (gh-486)
7
- Add `custom_model_name` parameter to the constructor of `HistoricalRecords` (gh-451)
8
- Fix header on history pages when custom site_header is used (gh-448)
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 2.5.1
+current_version = 2.6.0
commit = True
tag = True
tag_name = {new_version}
simple_history/__init__.py
@@ -1,6 +1,6 @@
from __future__ import unicode_literals
-__version__ = "2.5.1"
+__version__ = "2.6.0"
def register(
0 commit comments