We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3bfbc commit 86261d4Copy full SHA for 86261d4
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.0.12
2
+## Bugfixes
3
+- fix for passable borders (see #62, merges #63)
4
+
5
# 1.0.11
6
## Bugfixes
7
- always call cleanup
setup.py
@@ -11,7 +11,7 @@
11
long_description=long_description,
12
long_description_content_type="text/markdown",
13
url="https://github.com/brean/python-pathfinding",
14
- version="1.0.11",
+ version="1.0.12",
15
license="MIT",
16
author="Andreas Bresser",
17
packages=find_packages(),
0 commit comments