Skip to content

Commit

Permalink
release: v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Jan 27, 2025
1 parent a80fb49 commit be32006
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Changes
=======

Version v2.10.0 (released 2025-01-27)

- modal: add support for custom modal SUI props

Version v2.9.0 (released 2024-11-11)

- admin: change default # of results from 10 to 20
Expand Down
2 changes: 1 addition & 1 deletion invenio_administration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .ext import InvenioAdministration

__version__ = "2.9.0"
__version__ = "2.10.0"

__all__ = ["InvenioAdministration"]

0 comments on commit be32006

Please sign in to comment.