Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Aug 31, 2023
1 parent a09eef3 commit 5495b68
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
Expand Up @@ -2,6 +2,13 @@



## v0.3.2 (2023-08-31)

### Fix

* fix: handle str passed to explicit urdf obj (#8) ([`a09eef3`](https://github.com/tutorintelligence/urdf-compose/commit/a09eef330258550e3bb984bbf6fa56c5497cba8b))


## v0.3.1 (2023-08-31)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "urdf-compose"
version = "0.3.1"
version = "0.3.2"
description = "Package for dynamically composing URDFs"
authors = [
"Zev Minsky-Primus <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion urdf_compose/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
globally_enable_check_urdf,
)

__version__ = "0.3.1"
__version__ = "0.3.2"

__all__ = [
"URDFObj",
Expand Down

0 comments on commit 5495b68

Please sign in to comment.