Skip to content

Commit 5de88ae

Browse files
committed
Release 0.7.1 [ci skip]
1 parent a309c5d commit 5de88ae

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.1 Allow passing models by string names
2+
13
0.7.0 Added DbdiffTestMixin
24

35
0.6.0 Added exclude

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.0',
15+
version='0.7.1',
1616
description='Database data diffing against fixtures for testing',
1717
author='James Pic',
1818
author_email='jamespic@gmail.com',

0 commit comments

Comments
 (0)