Skip to content

Commit 4cdaa3f

Browse files
committed
update version and changelog
1 parent d6d760e commit 4cdaa3f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.0.10
2+
## Bugfixes
3+
- allow diagonal crossing movement over a border (see #58)
4+
- fix import in documentation for graphs
5+
16
# 1.0.9
27
## Bugifxes
38
- update return type annoation (see #55)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
1313
url="https://github.com/brean/python-pathfinding",
14-
version="1.0.9",
14+
version="1.0.10",
1515
license="MIT",
1616
author="Andreas Bresser",
1717
packages=find_packages(),

0 commit comments

Comments
 (0)