Skip to content
Snippets Groups Projects
Commit 5154a461 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

Update Version info

parent a5d06d6b
Branches
Tags
No related merge requests found
#### Simple OPDS Catalog - Простой OPDS Каталог
#### Author: Dmitry V.Shelepnev
#### Версия 0.41
#### Версия 0.42
#### 1. Простая установка Simple OPDS (используем простую БД sqlite3)
......
......@@ -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"
VERSION = "0.42-dev"
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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment