Skip to content

Commit

Permalink
Raised version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Aug 14, 2024
1 parent 2f5e085 commit 316faa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.6.1'
VERSION = '8.7.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 = {
'8.7.0': ['TBA', {}],
'8.6.1': ['2024-08-14', {
'feature': {
'2337': 'Configurable proxy server',
Expand Down

0 comments on commit 316faa2

Please sign in to comment.