From 0c0863626a36bc4e613efd99e2f314aa2f9d0d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Mon, 16 Sep 2024 11:13:33 -0700 Subject: [PATCH] CSDK-2490 prepare for daily-python 0.11.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/src/conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 216d79e..090ad9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to the **daily-python** SDK will be documented in this file. 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] +## [0.11.0] - 2024-09-16 ### Added diff --git a/Cargo.lock b/Cargo.lock index 8d0f94c..0749fab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -468,7 +468,7 @@ dependencies = [ [[package]] name = "daily-python" -version = "0.10.1" +version = "0.11.0" dependencies = [ "daily-core", "futures", diff --git a/Cargo.toml b/Cargo.toml index 83d862d..473fc8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daily-python" -version = "0.10.1" +version = "0.11.0" edition = "2021" license = "BSD 2-Clause License" resolver = "2" diff --git a/docs/src/conf.py b/docs/src/conf.py index b439338..7015cbc 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -18,7 +18,7 @@ def get_release_version() -> str: # Project project = "daily-python" -copyright = "2023 Daily" +copyright = "2024 Daily" version = get_release_version()