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 Apr 12, 2020
1 parent 4900b41 commit 81873e3
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@ -5,7 +5,7 @@

from openatlas import app

VERSION = '5.1.0'
VERSION = '5.1.1'
DEMO_MODE = False # If in demo mode some options are disabled and the login form is pre filled
IS_UNIT_TEST = False

Expand Down
4 changes: 4 additions & 0 deletions install/upgrade/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ After following the instructions restart Apache and test if the application is w

service apache2 restart

### 5.1.0 to 5.1.1

A code base update (e.g. with git pull) and an Apache restart should be sufficient.

### 5.0.0 to 5.1.0

A code base update (e.g. with git pull) and an Apache restart should be sufficient.
Expand Down
4 changes: 4 additions & 0 deletions openatlas/util/changelog.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
class Changelog:
versions = {
'5.1.1': ['2020-04-12', {
'fix': {
'1190': 'Tabs not shown in file view',
'1191': 'Show/Hide date is switched'}}],
'5.1.0': ['2020-04-11', {
'feature': {
'991': 'Images/Files for Types',
Expand Down

0 comments on commit 81873e3

Please sign in to comment.