Skip to content

Commit 40771a0

Browse files
committed
update version number and release bugfix for 1.0.19
1 parent c0600a9 commit 40771a0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.19
2+
## Bugfix
3+
- Fix cleanup for World (by @magicguy38)
4+
15
# 1.0.18
26
## Feature
37
- added Bi-directional BFS (by @PraneethJain)

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: pathfinding
3-
version: 1.0.18
3+
version: 1.0.19
44

55
source:
66
path: ./

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

0 commit comments

Comments
 (0)