We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795bdcf commit 6b75d96Copy full SHA for 6b75d96
CHANGELOG
@@ -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
5
0.9.0 Pytest-django plugin update
6
7
0.8.1 Model inheritance support
setup.py
@@ -12,7 +12,7 @@ def read(fname):
12
13
setup(
14
name='django-dbdiff',
15
- version='0.9.3',
+ version='0.9.4',
16
description='Database data diffing against fixtures for testing',
17
author='James Pic',
18
author_email='[email protected]',
0 commit comments