Skip to content

Commit 36013c1

Browse files
committed
Release 0.7.2
1 parent 690c0e1 commit 36013c1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.7.2 Django 2.0 support, added support for relative fixture paths
2+
13
0.7.1 Allow passing models by string names
24

35
0.7.0 Added DbdiffTestMixin

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def read(fname):
1212

1313
setup(
1414
name='django-dbdiff',
15-
version='0.7.1',
15+
version='0.7.2',
1616
description='Database data diffing against fixtures for testing',
1717
author='James Pic',
1818
author_email='[email protected]',

0 commit comments

Comments
 (0)