From 96d6f6017c0e0ef11c4ee7ec44b564cab216980e Mon Sep 17 00:00:00 2001 From: ThibaultFy Date: Thu, 11 Jan 2024 16:47:53 +0100 Subject: [PATCH] chore: rebase Signed-off-by: ThibaultFy --- CHANGELOG.md | 2 ++ substra/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cbb2f3c..3219d8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + ### Changed - BREAKING: Renamed `function` field of the Function pydantic model to `archive`([#393](https://github.com/Substra/substra/pull/393)) ## [0.49.0](https://github.com/Substra/substra/releases/tag/0.49.0) - 2023-10-18 + ### Added - Support on Python 3.11 ([#388](https://github.com/Substra/substra/pull/388)) diff --git a/substra/__version__.py b/substra/__version__.py index f2897f34..d4ace94d 100644 --- a/substra/__version__.py +++ b/substra/__version__.py @@ -1 +1 @@ -__version__ = "0.48.1" +__version__ = "0.49.0"