Skip to content

Commit

Permalink
bump: version 0.14.0 → 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangeisler committed Aug 27, 2023
1 parent ffdfa73 commit cc013b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.15.0 (2023-08-27)

### Feat

- **Field**: Make Field inherit FieldSchema
- **SGEntity**: Add thumbnail and filmstrip properties

## v0.14.0 (2023-07-26)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ignore_missing_imports = true

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.14.0"
version = "0.15.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.14.0"
VERSION = "0.15.0"

# Register default pysg plugins
register_pysg_class(sde.SGProject)
Expand Down

0 comments on commit cc013b8

Please sign in to comment.