Skip to content

Commit

Permalink
release: v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Aug 23, 2024
1 parent 117e45d commit 5b1e9f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
..
Copyright (C) 2020-2023 CERN.
Copyright (C) 2020-2024 CERN.
Copyright (C) 2023 Graz University of Technology.
Copyright (C) 2024 TU Wien.
Expand All @@ -9,6 +9,10 @@
Changes
=======

Version 0.10.0 (released 2024-08-23)

- Updated OpenSearch versions

Version 0.9.0 (released 2024-06-27)

- Updates Python requirements
Expand Down
2 changes: 1 addition & 1 deletion docker_services_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
$ docker-services-cli down
"""

__version__ = "0.9.0"
__version__ = "0.10.0"

__all__ = ("__version__",)

0 comments on commit 5b1e9f3

Please sign in to comment.