Skip to content

Commit

Permalink
release: 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Nov 29, 2023
1 parent c3733c7 commit 00d7c32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

Version 0.9.2 (2023-11-30)
--------------------------

- Changes CI to use the stable release of Python 3.12.

Version 0.9.1 (2023-09-26)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion pytest_reana/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.9.1"
__version__ = "0.9.2"

Check warning on line 17 in pytest_reana/version.py

View check run for this annotation

Codecov / codecov/patch

pytest_reana/version.py#L17

Added line #L17 was not covered by tests

0 comments on commit 00d7c32

Please sign in to comment.