Skip to content

Commit

Permalink
Raise version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Sep 19, 2024
1 parent 2655dd9 commit db3ded3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from config.database_versions import DATABASE_VERSIONS

VERSION = '8.7.0'
VERSION = '8.8.0'
DATABASE_VERSION = DATABASE_VERSIONS[0]
DEMO_MODE = False # If activated some options are disabled, login is prefilled
DEBUG = False
Expand Down
4 changes: 2 additions & 2 deletions sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from typing import List

# pylint: disable=invalid-name
version = '8.7.0'
release = '8.7.0'
version = '8.8.0'
release = '8.8.0'
templates_path = ['_templates']
source_suffix = '.rst'
master_doc = 'index'
Expand Down

0 comments on commit db3ded3

Please sign in to comment.