Skip to content

Commit 585d540

Browse files
authored
Update changelog (#450)
1 parent c8c6856 commit 585d540

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

.gitignore

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
*.pyc
2-
dist/
31
*.egg
42
*.egg-info/
5-
build/
6-
docs/_build
7-
MANIFEST
3+
*.eggs
4+
*.pyc
85
.coverage
96
.idea
107
.tox/
11-
htmlcov/
12-
test_files/
13-
/.ve
148
/.project
159
/.pydevproject
10+
/.ve
11+
build/
12+
dist/
13+
docs/_build
14+
htmlcov/
15+
MANIFEST
16+
test_files/
1617
venv/

CHANGES.rst

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

4-
Unreleased
4+
2.5.0 (2018-10-18)
55
----------
6-
- Add ability to cascade delete historical records when master record is deleted
6+
- Add ability to cascade delete historical records when master record is deleted (gh-440)
7+
- Added Russian localization (gh-441)
78

89
2.4.0 (2018-09-20)
910
------------------

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.4.0
2+
current_version = 2.5.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.4.0'
3+
__version__ = '2.5.0'
44

55

66
def register(

0 commit comments

Comments
 (0)