Skip to content

Commit

Permalink
release: v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Apr 25, 2024
1 parent c3f5363 commit 90abde7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
Changes
=======

Version 2.8.0 (released 2024-04-25)

- installation: upgrade invenio-app-ils
- metadata: add new tags to the vocabularies
- importer: fix case sensitivity
- assets: modify homepage sections
- assets: fix responsiveness issues
- loan: adapt require before a certain date to weekends

Version 2.7.0 (released 2024-04-02)

- installation: upgrade react-invenio-app-ils
Expand Down
2 changes: 1 addition & 1 deletion cds_ils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

"""CDS-ILS."""

__version__ = "2.7.0"
__version__ = "2.8.0"

__all__ = ("__version__",)

0 comments on commit 90abde7

Please sign in to comment.