Skip to content

Commit

Permalink
bump: version 0.10.0 → 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangeisler committed Mar 7, 2023
1 parent 6a8fef2 commit 481bf53
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.11.0 (2023-03-07)

### Feat

- **SGEntity**: rename "display_name" to "entity_display_name"
- **SGEntity**: add "name" property

## v0.10.0 (2023-01-18)

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

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.10.0"
version = "0.11.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 @@ -19,7 +19,7 @@
from .sg_site import SGSite

#: The pyshotgrid version number as string
VERSION = "0.10.0"
VERSION = "0.11.0"

register_sg_site_class(SGSite)
register_fallback_pysg_class(SGEntity)
Expand Down

0 comments on commit 481bf53

Please sign in to comment.