Skip to content

Commit 2509af7

Browse files
committed
update to version 1.0.17
1 parent f8ff1f5 commit 2509af7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.0.17
2+
## Bugfix
3+
- fix for Graph: Error when running pathfinding multiple times in graph. (see #67)
4+
5+
## General
6+
- updated documentation for benchmarking
7+
- add more type definitions
8+
19
# 1.0.16
210
## Bugfix
311
- fix for ida_star: visualize all visited nodes, not just the last one.

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.16",
14+
version="1.0.17",
1515
license="MIT",
1616
author="Andreas Bresser",
1717
packages=find_packages(),

0 commit comments

Comments
 (0)