From 6bc1dc152af70ff95b4b127e2f33d4132837a955 Mon Sep 17 00:00:00 2001 From: Fabian Geisler <40351119+fabiangeisler@users.noreply.github.com> Date: Sat, 29 Apr 2023 11:17:57 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.12.0=20=E2=86=92=200.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/pyshotgrid/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c86739..dae5c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.13.0 (2023-04-29) + +### Feat + +- **SGPublishedFile**: add methods to query publish versions + ## v0.12.0 (2023-04-13) ### Feat diff --git a/pyproject.toml b/pyproject.toml index f0557b0..c6044f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ ignore_missing_imports = true [tool.commitizen] name = "cz_conventional_commits" -version = "0.12.0" +version = "0.13.0" tag_format = "v$version" update_changelog_on_bump = true annotated_tag = true diff --git a/src/pyshotgrid/__init__.py b/src/pyshotgrid/__init__.py index 51d0393..7180c2b 100644 --- a/src/pyshotgrid/__init__.py +++ b/src/pyshotgrid/__init__.py @@ -20,7 +20,7 @@ ) #: The pyshotgrid version number as string -VERSION = "0.12.0" +VERSION = "0.13.0" # Register default pysg plugins register_pysg_class("Project", sde.SGProject)