Skip to content

Commit

Permalink
Added bugfix version
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Feb 20, 2023
1 parent b4a4373 commit 2f67534
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.11.0'
VERSION = '7.11.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.11.1': ['2023-02-20', {
'fix': {
'#1971': 'Validation for "Inventory number" is broken'}}],
'7.11.0': ['2023-02-19', {
'feature': {
'#1957': 'Dates for administrative units',
Expand Down

0 comments on commit 2f67534

Please sign in to comment.