Skip to content

Commit

Permalink
bump: version 0.12.0 → 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangeisler committed Apr 29, 2023
1 parent f2aa10f commit 6bc1dc1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/pyshotgrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6bc1dc1

Please sign in to comment.