Skip to content

Commit

Permalink
Raise version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Jun 19, 2023
1 parent b5da733 commit 1902f62
Show file tree
Hide file tree
Showing 2 changed files with 4 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 = '7.14.0'
VERSION = '7.14.1'
DATABASE_VERSION = DATABASE_VERSIONS[0]
DEMO_MODE = False # If activated some options are disabled, login is prefilled

Expand Down
3 changes: 3 additions & 0 deletions openatlas/views/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ def index_changelog() -> str:


versions = {
'7.14.1': ['2023-06-19', {
'fix': {
'2027': 'Missing checkboxes for input tables'}}],
'7.14.0': ['2023-06-16', {
'feature': {
'1898': 'Update CIDOC CRM from 7.1.1 to 7.1.2',
Expand Down

0 comments on commit 1902f62

Please sign in to comment.