Skip to content

Commit 6b75d96

Browse files
committed
Update tests
1 parent 795bdcf commit 6b75d96

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.9.4 Fixes missing upstream commits in 0.9.3
2+
3+
0.9.3 Add FIXTURE_REWRITE env var
4+
15
0.9.0 Pytest-django plugin update
26

37
0.8.1 Model inheritance support

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.9.3',
15+
version='0.9.4',
1616
description='Database data diffing against fixtures for testing',
1717
author='James Pic',
1818
author_email='[email protected]',

0 commit comments

Comments
 (0)