Skip to content

Commit

Permalink
CSDK-2490 prepare for daily-python 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Sep 17, 2024
1 parent 4762679 commit 0c08636
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_release_version() -> str:

# Project
project = "daily-python"
copyright = "2023 Daily"
copyright = "2024 Daily"
version = get_release_version()


Expand Down

0 comments on commit 0c08636

Please sign in to comment.