update migrations + new version V00.15
authorymh <ymh.work@gmail.com>
Tue, 12 May 2015 14:31:17 +0200
changeset 161 66287a6da65a
parent 160 9d27df260bfa
child 162 71ceca278db9
update migrations + new version
src/hashcut/__init__.py
src/hashcut/migrations/0001_initial.py
--- 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'),
     ]