--- a/src/ldtplatform/__init__.py Thu Jan 02 14:50:50 2014 +0100
+++ b/src/ldtplatform/__init__.py Fri Jan 03 12:01:30 2014 +0100
@@ -1,4 +1,4 @@
-VERSION = (2, 11, 16, "final", 0)
+VERSION = (2, 11, 17, "final", 0)
VERSION_STR = unicode(".".join(map(lambda i:"%02d" % (i,), VERSION[:2])))
--- a/src/ldtplatform/settings.py Thu Jan 02 14:50:50 2014 +0100
+++ b/src/ldtplatform/settings.py Fri Jan 03 12:01:30 2014 +0100
@@ -192,6 +192,7 @@
LDT_MAX_PROJECTS_PER_PAGE = 10
LDT_FRONT_MEDIA_PER_PAGE = 9
LDT_FRONT_PROJECTS_PER_PAGE = 12
+LDT_MEDIA_IN_RESULTS_PAGE = 6
OAUTH_PROVIDER_KEY_SIZE = 32
OAUTH_PROVIDER_SECRET_SIZE = 32
--- a/src/requirement.txt Thu Jan 02 14:50:50 2014 +0100
+++ b/src/requirement.txt Fri Jan 03 12:01:30 2014 +0100
@@ -1,3 +1,3 @@
-ldt (==1.51.20)
+ldt (==1.52)
hashcut (==0.13)
metadatacomposer (==0.1.17)
\ No newline at end of file