Skip to content

Commit

Permalink
Merge branch 'develop' into feature/api_refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Jan 2, 2025
2 parents 85091be + 13cabca commit 0eaa502
Show file tree
Hide file tree
Showing 86 changed files with 11,081 additions and 7,363 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,16 @@ Please refer to our [contributing guidelines](CONTRIBUTING.md)

- **Stefan Eichert** - Idea, Concept and Data Modelling
([[email protected]](mailto:[email protected]))
- **Nina Richards** - Project Management and Bioarchaeological Expertise
([[email protected]](mailto:[email protected]))
- **Alexander Watzinger** - Lead Developer and Concept
([[email protected]](mailto:[email protected]))
- **Bernhard Koschiček-Krombholz** - Backend Development, API
([[email protected]](mailto:[email protected]))
- **Nina Richards** - Bioarchaeological Expertise
([[email protected]](mailto:[email protected]))
- **Olivia Reichl** - Frontend Development
([[email protected]](mailto:[email protected])
([[email protected]](mailto:[email protected]))
- **Katharina Wünsche** - Frontend Development
([Katharina [email protected]](mailto:Katharina [email protected]))
- **Jan Belik** - Logo Design and Design Consulting
([[email protected]](mailto:[email protected]))

Expand Down
1 change: 1 addition & 0 deletions config/database_versions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Used for automatic database upgrades and version checks
DATABASE_VERSIONS = [
'8.9.0',
'8.8.0',
'8.6.0',
'8.5.0',
Expand Down
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.9.0'
VERSION = '8.10.0'
DATABASE_VERSION = DATABASE_VERSIONS[0]
DEMO_MODE = False # If activated some options are disabled, login is prefilled
DEBUG = False
Expand Down
Loading

0 comments on commit 0eaa502

Please sign in to comment.