Skip to content

Commit

Permalink
🔖 camply 0.16.1
Browse files Browse the repository at this point in the history
# [v0.16.1](v0.16.0...v0.16.1) (2023-04-17)

## 🐛 Bug Fixes
- [`adeffa2`](adeffa2)  Fix deleted 'rootmaps' endpoint (#239) (Issues: [`#239`](#239))

[skip ci]
  • Loading branch information
github-actions[bot] committed Apr 17, 2023
1 parent adeffa2 commit 919b9e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion camply/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
__author__ = "Justin Flannery"
__email__ = "[email protected]"
__application__ = "camply"
__version__ = "0.16.0"
__version__ = "0.16.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ license = "MIT"
name = "camply"
readme = "README.md"
repository = "https://github.com/juftin/camply"
version = "0.16.0"
version = "0.16.1"

[tool.poetry.dependencies]
PyYAML = ">=5.1,<7.0"
Expand Down

0 comments on commit 919b9e9

Please sign in to comment.