Skip to content

Commit c2dfd13

Browse files
committed
version bump
1 parent b46297f commit c2dfd13

File tree

2 files changed

+214
-119
lines changed

2 files changed

+214
-119
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "rogue-scholar"
3-
version = "14.0.0.5"
3+
version = "14.0.0.6"
44
description = "Rogue Scholar is a science blog archive based on the InvenioRDM repository software."
55
authors = [{ name = "Martin Fenner", email = "martin@front-matter.de" }]
66
readme = "README.md"
77
requires-python = ">=3.14,<3.15"
88
license = "MIT"
99
dependencies = [
10-
"invenio-app-rdm>=14.0.0b5.dev4",
10+
"invenio-app-rdm>=14.0.0b5.dev5",
1111
"invenio-search[opensearch2]>=3.1.2,<3.2.0",
1212
"invenio-s3>=3.0.2",
1313
"invenio-rdm-records",
@@ -39,4 +39,4 @@ include = ["pyproject.toml", "site/**/*.py"]
3939

4040
[project.optional-dependencies]
4141
docs = ["quarto-cli~=1.8.25"]
42-
actions = ["commonmeta-py>=0.203"]
42+
actions = ["commonmeta-py>=0.208"]

0 commit comments

Comments
 (0)