--- a/src/hashcut/__init__.py Thu Apr 30 13:30:39 2015 +0200
+++ b/src/hashcut/__init__.py Tue May 12 14:31:17 2015 +0200
@@ -1,4 +1,4 @@
-VERSION = (0, 14, 0, "final", 0)
+VERSION = (0, 15, 0, "final", 0)
def get_version():
--- a/src/hashcut/migrations/0001_initial.py Thu Apr 30 13:30:39 2015 +0200
+++ b/src/hashcut/migrations/0001_initial.py Tue May 12 14:31:17 2015 +0200
@@ -7,7 +7,7 @@
class Migration(migrations.Migration):
dependencies = [
- ('ldt_utils', '0002_auto_20150430_0951'),
+ ('ldt_utils', '0001_initial'),
('auth', '0006_require_contenttypes_0002'),
]