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 May 25, 2023
1 parent fce8ec2 commit d549364
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
Changes
=======

Version v0.2.0 (release 2023-05-25)

- utils: implement get_embargo_range
- setup: migrate to ruff


Version v0.1.2 (release 2023-05-01)

- cli: move to secho way from logger
Expand Down
2 changes: 1 addition & 1 deletion invenio_campusonline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .ext import InvenioCampusonline
from .types import ThesesFilter, ThesesState

__version__ = "0.1.2"
__version__ = "0.2.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit d549364

Please sign in to comment.