Skip to content

Commit

Permalink
release: 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Sep 26, 2023
1 parent d812036 commit 67d37d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Changes
=======

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

- Adds support for Python 3.12.
- Changes ``apispec`` dependency version in order to be compatible with ``PyYAML`` v6.
- Fixes container image fixtures to be Podman-compatible.
- Fixes Kombu documentation linking.

Version 0.9.0 (2022-12-13)
--------------------------
Expand Down
4 changes: 2 additions & 2 deletions pytest_reana/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of REANA.
# Copyright (C) 2018, 2019, 2020, 2021, 2022 CERN.
# Copyright (C) 2018, 2019, 2020, 2021, 2022, 2023 CERN.
#
# REANA is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.9.1a2"
__version__ = "0.9.1"

0 comments on commit 67d37d3

Please sign in to comment.