***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Invenio Theme 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 Theme TUW
Merge requests
!159
Fix incorrect entrypoint name in pyproject.toml
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix incorrect entrypoint name in pyproject.toml
mm/entrypoint-fix
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Moser, Maximilian
requested to merge
mm/entrypoint-fix
into
master
7 months ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
579915f9
Prev
Next
Show latest version
2 files
+
8
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
579915f9
Bump version to v2024.3.0
· 579915f9
Moser, Maximilian
authored
7 months ago
invenio_theme_tuw/__init__.py
+
1
−
1
Options
@@ -9,7 +9,7 @@
from
.ext
import
InvenioThemeTUW
__version__
=
"
2024.
2.11
"
__version__
=
"
2024.
3.0
"
__all__
=
(
"
__version__
"
,
Loading