Skip to content

Commit

Permalink
Raised version, update changelog and upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Nov 9, 2023
1 parent 3c85b9d commit a7b7ed6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.1'
VERSION = '7.17.2'
DATABASE_VERSION = DATABASE_VERSIONS[0]
DEMO_MODE = False # If activated some options are disabled, login is prefilled
DEBUG = False
Expand Down
2 changes: 1 addition & 1 deletion install/upgrade/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ then run the database upgrade script, then restart Apache:
sudo python3 install/upgrade/database_upgrade.py
sudo service apache2 restart

### 7.17.0 to 7.17.1
### 7.17.x to 7.17.2
A code base update (e.g. with git pull) and a webserver restart is sufficient.

### 7.16.x to 7.17.0
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.17.2': ['2023-11-09', {
'fix': {
'2114': 'JavaSrcipt datatable error'}}],
'7.17.1': ['2023-11-06', {
'fix': {
'2110': 'API: licensed file overview broken',
Expand Down

0 comments on commit a7b7ed6

Please sign in to comment.