***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Invenio Config TUW
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Center for Research Data Management
Invenio Config TUW
Commits
07de2c8d
Commit
07de2c8d
authored
2 years ago
by
Moser, Maximilian
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to v2023.2.11
parent
60751e80
Branches
Branches containing commit
No related tags found
1 merge request
!43
Fix fetching user by username
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.rst
+2
-1
2 additions, 1 deletion
CHANGES.rst
invenio_config_tuw/__init__.py
+1
-1
1 addition, 1 deletion
invenio_config_tuw/__init__.py
with
3 additions
and
2 deletions
CHANGES.rst
+
2
−
1
View file @
07de2c8d
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
Changes
Changes
=======
=======
Version 2023.2 (released 2023-04-24, updated 2023-
09-25
)
Version 2023.2 (released 2023-04-24, updated 2023-
10-12
)
- v11 compat: Update permission policies and disable archive download
- v11 compat: Update permission policies and disable archive download
...
@@ -20,6 +20,7 @@ Version 2023.2 (released 2023-04-24, updated 2023-09-25)
...
@@ -20,6 +20,7 @@ Version 2023.2 (released 2023-04-24, updated 2023-09-25)
- Enable sending of registration mails
- Enable sending of registration mails
- Allow edits to owners of published records even if they only have `trusted-user` role
- Allow edits to owners of published records even if they only have `trusted-user` role
- Fix a typo in the config generated by the `TUWSSOSettingsHelper`
- Fix a typo in the config generated by the `TUWSSOSettingsHelper`
- Fix function to fetch user by username
Version 2023.1 (released 2023-01-13)
Version 2023.1 (released 2023-01-13)
...
...
This diff is collapsed.
Click to expand it.
invenio_config_tuw/__init__.py
+
1
−
1
View file @
07de2c8d
...
@@ -9,6 +9,6 @@
...
@@ -9,6 +9,6 @@
from
.ext
import
InvenioConfigTUW
from
.ext
import
InvenioConfigTUW
__version__
=
"
2023.2.1
0
"
__version__
=
"
2023.2.1
1
"
__all__
=
(
"
__version__
"
,
"
InvenioConfigTUW
"
)
__all__
=
(
"
__version__
"
,
"
InvenioConfigTUW
"
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment