Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 94f007d

Browse files
author
Kharude, Sachin
committed
Bump version to 0.2.0
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
1 parent 241f70c commit 94f007d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
CHANGELOG
2+
=========
3+
4+
here-location-services 0.2.0 (2021-04-19)
5+
-----------------------------------------
6+
7+
- Add Routing API
8+
- Add Matrix Routing API
9+
- Add config for categories
10+
11+
here-location-services 0.1.0 (2021-02-15)
12+
-----------------------------------------
13+
14+
- Initial release
15+

docs/source/changelog.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
CHANGELOG
2-
=========
1+
.. include:: ../../CHANGELOG.rst

here_location_services/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
"""Project version information."""
55

6-
__version__ = "0.1.0"
6+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)