Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Oct 14, 2022
1 parent 75f514f commit 86f006d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,15 @@

Changes
=======

Version v0.2.0 (release 2022-10-14)

- setup: remove packages coming from pytest-invenio
- change: improve function
- pylint: changes
- global: pin flake8
- fix: install invenio_search[opensearch2] for tests
- fix: sphinx language should not set to None
- global: migrate to reusable workflows
- global: remove explicit install of db and search

2 changes: 1 addition & 1 deletion invenio_imoox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

from .ext import InvenioIMooX

__version__ = "0.1.3"
__version__ = "0.2.0"

__all__ = ("__version__", "InvenioIMooX")

0 comments on commit 86f006d

Please sign in to comment.