Skip to content

Commit

Permalink
release: v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Nov 9, 2023
1 parent d691ade commit f2cfe79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 2.2.1 (released 2023-11-09)

- verbs: fix `from` parameter

Version 2.2.0 (released 2023-03-02)

- remove deprecated flask-babelex dependency and imports
Expand Down
2 changes: 1 addition & 1 deletion invenio_oaiserver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@
from .ext import InvenioOAIServer
from .proxies import current_oaiserver

__version__ = "2.2.0"
__version__ = "2.2.1"

__all__ = ("__version__", "InvenioOAIServer", "current_oaiserver")

0 comments on commit f2cfe79

Please sign in to comment.