Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
brean committed Jul 1, 2024
1 parent d6d760e commit 4cdaa3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.10
## Bugfixes
- allow diagonal crossing movement over a border (see #58)
- fix import in documentation for graphs

# 1.0.9
## Bugifxes
- update return type annoation (see #55)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/brean/python-pathfinding",
version="1.0.9",
version="1.0.10",
license="MIT",
author="Andreas Bresser",
packages=find_packages(),
Expand Down

0 comments on commit 4cdaa3f

Please sign in to comment.