Skip to content

Commit cbb0ab4

Browse files
author
Ross Mechanic
authored
Bump version to 2.6.0 (#502)
* Update CHANGES.rst for 2.6.0 * Bump version: 2.5.1 → 2.6.0
1 parent 9203349 commit cbb0ab4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changes
22
=======
33

4-
Unreleased
5-
----------
4+
2.6.0 (2018-12-12)
5+
------------------
66
- Add `app` parameter to the constructor of `HistoricalRecords` (gh-486)
77
- Add `custom_model_name` parameter to the constructor of `HistoricalRecords` (gh-451)
88
- Fix header on history pages when custom site_header is used (gh-448)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.5.1
2+
current_version = 2.6.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

simple_history/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import unicode_literals
22

3-
__version__ = "2.5.1"
3+
__version__ = "2.6.0"
44

55

66
def register(

0 commit comments

Comments
 (0)