Skip to content

Commit

Permalink
release: v1.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
fenekku committed May 19, 2023
1 parent 7ca2935 commit 5f89470
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 1.0.21 (released 2023-05-18)

- deps: support docker < 7 for compatibility with urllib3 v2

Version 1.0.20 (released 2023-03-134)

- setup: add queues initialisation to steps
Expand Down
2 changes: 1 addition & 1 deletion invenio_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"""Invenio module to ease the creation and management of applications."""


__version__ = "1.0.20"
__version__ = "1.0.21"

__all__ = ("__version__",)

0 comments on commit 5f89470

Please sign in to comment.