Skip to content

Commit

Permalink
Merge branch 'develop' into feature/wordcloud-chartjs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukavdplas authored Oct 23, 2023
2 parents a6778bc + e7cde60 commit a206cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/ianalyzer/common_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',

'djangosaml2.middleware.SamlSessionMiddleware',
]

ROOT_URLCONF = 'ianalyzer.urls'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i-analyzer",
"version": "5.0.0",
"version": "5.0.1",
"license": "MIT",
"scripts": {
"postinstall": "yarn install-back && yarn install-front",
Expand Down

0 comments on commit a206cba

Please sign in to comment.