diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d10c76..35c1a752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.13.4 (2024-06-13) + +### Fix + +- update ci publish pypi config to use trusted publisher + ## v0.13.3 (2024-06-12) ### Fix diff --git a/dayu_widgets/__version__.py b/dayu_widgets/__version__.py index f91efbdb..e244dee6 100644 --- a/dayu_widgets/__version__.py +++ b/dayu_widgets/__version__.py @@ -4,4 +4,4 @@ from __future__ import print_function -__version__ = "0.13.3" +__version__ = "0.13.4" diff --git a/pyproject.toml b/pyproject.toml index 1935e8bf..0bd90f5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dayu_widgets" -version = "0.13.3" +version = "0.13.4" description = "Components for PySide/PyQt." homepage = "https://github.com/phenom-films/dayu_widgets" repository = "https://github.com/phenom-films/dayu_widgets" @@ -43,7 +43,7 @@ commitizen = {version = "^2.20.0", python = ">=3.6.1,<3.11"} [tool.commitizen] name = "cz_conventional_commits" -version = "0.13.3" +version = "0.13.4" tag_format = "v$version" version_files = [ "pyproject.toml:version",