From cf8b7ed12e4697724e102e76d54783e97b8012ac Mon Sep 17 00:00:00 2001
From: Dmitry Shelepnev <mitshel@mail.ru>
Date: Sat, 20 Jan 2018 17:32:46 +0300
Subject: [PATCH] Update version info

---
 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 069e2c5..18c4ad7 100644
--- a/opds_catalog/settings.py
+++ b/opds_catalog/settings.py
@@ -7,7 +7,7 @@ from constance import config
 loglevels={'debug':logging.DEBUG,'info':logging.INFO,'warning':logging.WARNING,'error':logging.ERROR,'critical':logging.CRITICAL,'none':logging.NOTSET}
 NOZIP_FORMATS = ['epub', 'mobi']
 
-VERSION = "0.44-dev"
+VERSION = "0.44"
 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