Skip to content

Commit

Permalink
Raised version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Nov 5, 2023
1 parent 5a990e6 commit 046cc7b
Show file tree
Hide file tree
Showing 3 changed files with 4 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 = '7.17.0'
VERSION = '7.18.0'
DATABASE_VERSION = DATABASE_VERSIONS[0]
DEMO_MODE = False # If activated some options are disabled, login is prefilled
DEBUG = False
Expand Down
1 change: 1 addition & 0 deletions openatlas/views/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def index_changelog() -> str:


versions = {
'7.18.0': ['TBA', {}],
'7.17.0': ['2023-11-05', {
'feature': {
'2070': 'Modification (E11) for Place (E18)',
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 = '7.17.0'
release = '7.17.0'
version = '7.18.0'
release = '7.18.0'
templates_path = ['_templates']
source_suffix = '.rst'
master_doc = 'index'
Expand Down

0 comments on commit 046cc7b

Please sign in to comment.