mirror of
https://github.com/vale981/dirkules
synced 2025-03-05 17:31:38 -05:00
initiated v 1.0.3
This commit is contained in:
parent
42da594162
commit
cf0646e3d7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from logging.config import dictConfig
|
|||
from apscheduler.jobstores.base import ConflictingIdError
|
||||
from apscheduler.jobstores.sqlalchemy import SQLAlchemyJobStore
|
||||
|
||||
VERSION = "1.0.2"
|
||||
VERSION = "1.0.3"
|
||||
|
||||
baseDir = os.path.abspath(os.path.dirname(__file__))
|
||||
staticDir = os.path.join(baseDir, 'static')
|
||||
|
|
Loading…
Add table
Reference in a new issue