From 3372440f4e1566ede4e629427f4a1c99d2317cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sat, 17 Aug 2024 15:00:11 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.25=20=E2=86=92=200.3.26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- xiaomusic/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2c8594f..40c7f92b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.3.26 (2024-08-17) + +### Feat + +- 删除网关模式 + ## v0.3.25 (2024-08-16) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 1704ca558..dac0a8e88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.3.25" +version = "0.3.26" description = "Play Music with xiaomi AI speaker" authors = [ {name = "涵曦", email = "im.hanxi@gmail.com"}, diff --git a/xiaomusic/__init__.py b/xiaomusic/__init__.py index 0af2a4a43..90c13ab43 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.25" +__version__ = "0.3.26"