From 106847e70383e56c1346129ba67b05bb0d83d87f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 7 Jul 2024 06:58:30 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.14.0=20=E2=86=92=200.14.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ maya_umbrella/__version__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ddeb6c..c573f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.14.1 (2024-07-07) + +### Fix + +- fix get `APPDATA` path error from Linux. (#51) + ## v0.14.0 (2024-05-20) ### Feat diff --git a/maya_umbrella/__version__.py b/maya_umbrella/__version__.py index 9e78220..f075dd3 100644 --- a/maya_umbrella/__version__.py +++ b/maya_umbrella/__version__.py @@ -1 +1 @@ -__version__ = "0.14.0" +__version__ = "0.14.1" diff --git a/pyproject.toml b/pyproject.toml index df655a9..490f628 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maya_umbrella" -version = "0.14.0" +version = "0.14.1" description = "A better Autodesk Maya antivirus tool detects and removes malicious." homepage = "https://github.com/loonghao/maya_umbrella" repository = "https://github.com/loonghao/maya_umbrella" @@ -36,7 +36,7 @@ nox = { version = "^2024.3.2", python = ">=3.8.1,<3.11" } [tool.commitizen] name = "cz_conventional_commits" -version = "0.14.0" +version = "0.14.1" tag_format = "v$version" version_files = [ "pyproject.toml:version",