From 4fac2f988ce3ed84fe61c7fa9885c54b785c20c1 Mon Sep 17 00:00:00 2001 From: Dmitry Shelepnev <mitshel@mail.ru> Date: Sun, 22 Jan 2017 17:33:42 +0300 Subject: [PATCH] Prepared 0.41 relese version --- opds_catalog/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opds_catalog/settings.py b/opds_catalog/settings.py index 52ee698..f6c2e0c 100644 --- a/opds_catalog/settings.py +++ b/opds_catalog/settings.py @@ -6,7 +6,7 @@ from constance import config loglevels={'debug':logging.DEBUG,'info':logging.INFO,'warning':logging.WARNING,'error':logging.ERROR,'critical':logging.CRITICAL,'none':logging.NOTSET} -VERSION = "0.41-dev" +VERSION = "0.41" TITLE = getattr(settings, "SOPDS_TITLE", "SimpleOPDS") SUBTITLE = getattr(settings, "SOPDS_SUBTITLE", "SimpleOPDS Catalog by www.sopds.ru. Version %s."%VERSION) ICON = getattr(settings, "SOPDS_ICON", "/static/images/favicon.ico") -- GitLab