Skip to content

Commit

Permalink
bump: version 0.11.0 → 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangeisler committed Apr 13, 2023
1 parent 7a40440 commit cff1ac2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.12.0 (2023-04-13)

### Feat

- **SGSite**: Make SGSite comparable
- **all**: Refactor pysg for maximum mypy compilance

### Fix

- **SGSite**: Fix comparison against other types

## v0.11.0 (2023-03-07)

### 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.11.0"
version = "0.12.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.11.0"
VERSION = "0.12.0"

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

0 comments on commit cff1ac2

Please sign in to comment.