Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jul 4, 2024
1 parent 4a95772 commit 92843e0
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 @@ -8,6 +8,15 @@
Changes
=======

Version v1.0.0 (release 2024-07-04)

- global: clean up missed steps from restructering
- schema: make the schema compatible with 2.0
- cli: change needed for global-search
- cli: simplify command
- refactor: record/service and connector structure


Version v0.2.3 (release 2023-11-10)

- global: migrate to invenio-i18n
Expand Down
2 changes: 1 addition & 1 deletion invenio_moodle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
from .ext import InvenioMoodle
from .services import MoodleRESTService

__version__ = "0.2.3"
__version__ = "1.0.0"

__all__ = ("__version__", "InvenioMoodle", "MoodleRESTService")

0 comments on commit 92843e0

Please sign in to comment.