Skip to content

Commit

Permalink
installation: upgrade to app-rdm v13.0.0b0.dev2
Browse files Browse the repository at this point in the history
📁 invenio-app-rdm (13.0.0b0.dev1 -> 13.0.0b0.dev2)

    📦 release: v13.0.0b0.dev2
    global: add meta generator tag
    deposit: update award label
    config: add subcommunity request notifications
    subcommunities: fixed back button for request page

📁 invenio-communities (14.1.0 -> 14.2.0)

    📦 release: v14.2.0
    subcommunity: fixed redirect url after new request
    subcommunities: fix notifications templates
    subcommunities: add notifications
    sort: explicitly sort by newest first
    bug: return 404 if community cannot have children
    bug: filter out communities that have a parent or can have children
    bug: allow adding existing communities

📁 invenio-requests (4.2.0 -> 4.3.0)

    📦 release: v4.3.0
    contrib: added subcommunity type label.
    config: allow request search configuration

📁 invenio-theme (3.1.0 -> 3.2.0)

    📦 release: v3.2.0
    global: add meta generator tag

    - allows defining the value of the <meta generator> header tag by a
      string or a callable. Can be disabled setting it to None.
    - see inveniosoftware/invenio-app-rdm#2689
  • Loading branch information
slint authored and alejandromumo committed Jul 16, 2024
1 parent 809378a commit 9c0930e
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sphinx = ">=4.5"
isort = "<6.0" # Unpin when isort==6.0.0 is released

[packages]
invenio-app-rdm = {version = "~=13.0.0b0.dev1", extras = ["opensearch2"]}
invenio-app-rdm = {version = "~=13.0.0b0.dev2", extras = ["opensearch2"]}
invenio-logging = {extras = ["sentry_sdk"], version = "~=2.0"}
sentry-sdk = ">=1.45,<2.0.0"
zenodo_rdm = {editable="True", path="./site"}
Expand Down
168 changes: 84 additions & 84 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c0930e

Please sign in to comment.