File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
- * .pyc
2
- dist /
3
1
* .egg
4
2
* .egg-info /
5
- build /
6
- docs /_build
7
- MANIFEST
3
+ * .eggs
4
+ * .pyc
8
5
.coverage
9
6
.idea
10
7
.tox /
11
- htmlcov /
12
- test_files /
13
- /.ve
14
8
/.project
15
9
/.pydevproject
10
+ /.ve
11
+ build /
12
+ dist /
13
+ docs /_build
14
+ htmlcov /
15
+ MANIFEST
16
+ test_files /
16
17
venv /
Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- Unreleased
4
+ 2.5.0 (2018-10-18)
5
5
----------
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)
7
8
8
9
2.4.0 (2018-09-20)
9
10
------------------
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.4 .0
2
+ current_version = 2.5 .0
3
3
commit = True
4
4
tag = True
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 1
1
from __future__ import unicode_literals
2
2
3
- __version__ = '2.4 .0'
3
+ __version__ = '2.5 .0'
4
4
5
5
6
6
def register (
You can’t perform that action at this time.
0 commit comments