Skip to content

Commit a93c3ac

Browse files
author
nilsnolde
committed
v1.1.6
1 parent 1935fa5 commit a93c3ac

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v1.1.6
2+
3+
- fix boolean parameters (#28)
4+
15
### v1.1.0
26

37
- fix decoding of 2D polylines

openrouteservice/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# the License.
1818
#
1919

20-
__version__ = "1.1.5"
20+
__version__ = "1.1.6"
2121

2222
# Make sure QGIS plugin can import openrouteservice-py
2323

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def readme():
2020
return f.read()
2121

2222
setup(name='openrouteservice',
23-
version='1.1.5',
23+
version='1.1.6',
2424
description='Python client for requests to openrouteservice API services',
2525
long_description=readme(),
2626
classifiers=[

0 commit comments

Comments
 (0)