Skip to content

Commit

Permalink
bump: version 2.0.1 → 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangeisler committed May 4, 2024
1 parent 303c4dc commit 264463d
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 @@
## v2.0.2 (2024-05-04)

### Fix

- **new_site**: allow subclasses of shotgun_api3.Shotgun as first parameter
- **SGEntity._version**: do not error on SG Versions with empty "entity" field

## v2.0.1 (2024-05-04)

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

[tool.commitizen]
name = "cz_conventional_commits"
version = "2.0.1"
version = "2.0.2"
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 = "2.0.1"
VERSION = "2.0.2"

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

0 comments on commit 264463d

Please sign in to comment.