Skip to content

Commit

Permalink
bump: version 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangeisler committed Sep 6, 2023
1 parent ece21b4 commit fc04159
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v1.0.1 (2023-09-06)

### Fix

- **SGEntity**: do not cast url fields to Attachment SGEntities

### Perf

- **sg_default_entities**: Improve performance for ".name" property

## v1.0.0 (2023-08-28)

## v0.15.0 (2023-08-27)
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 = "1.0.0"
version = "1.0.1"
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 = "1.0.0"
VERSION = "1.0.1"

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

0 comments on commit fc04159

Please sign in to comment.