Skip to content

Commit

Permalink
Raise version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Jan 1, 2025
1 parent 06f57d3 commit ea1d648
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 = '8.9.0'
VERSION = '8.10.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:

# pylint: disable=too-many-lines
versions = {
'8.10.0': ['TBA', {}],
'8.9.0': ['2025-01-01', {
'feature': {
'2079': 'Text annotation',
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.9.0'
release = '8.9.0'
version = '8.10.0'
release = '8.10.0'
templates_path = ['_templates']
source_suffix = '.rst'
master_doc = 'index'
Expand Down

0 comments on commit ea1d648

Please sign in to comment.