Skip to content

Commit d56e764

Browse files
author
Kharude, Sachin
committed
Bump version 0.5.0 -> 0.6.0
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
1 parent 2e4824e commit d56e764

File tree

5 files changed

+24
-2
lines changed

5 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Do not edit this file manually! It is updated from manually written text fragmen
44
in the [changes](https://github.com/heremaps/xyz-spaces-python/tree/master/changes)
55
directory of this repository!
66

7+
## xyzspaces 0.6.0 (2021-06-17)
8+
9+
- Features
10+
- Added support custom base URL of Data Hub APIs for self-hosted Data Hub.
11+
([#113](https://github.com/heremaps/xyz-spaces-python/pull/113))
12+
- Added support for launch datahub space invader
13+
([commit](https://github.com/heremaps/xyz-spaces-python/commit/6863eb479355ce659a2cab3c8aa5442868c3070e))
14+
- Fixed feature_id gettting skipped from GeoPandas data
15+
([commit](https://github.com/heremaps/xyz-spaces-python/commit/52117691084c41e5aea27ae77a69a91148d178c3))
16+
717
## xyzspaces 0.5.0 (2021-02-01)
818

919
- Features

changes/features/pr.113.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
CHANGELOG
22
=========
33

4+
xyzspaces 0.6.0 (2021-06-17)
5+
----------------------------
6+
7+
* **Features**
8+
9+
* Added support custom base URL of Data Hub APIs for self-hosted Data Hub. (`#113 <https://github.com/heremaps/xyz-spaces-python/pull/113>`_)
10+
11+
* Added support for launch datahub space invader. (`commit <https://github.com/heremaps/xyz-spaces-python/commit/6863eb479355ce659a2cab3c8aa5442868c3070e>`_)
12+
13+
* Fixed feature_id gettting skipped from GeoPandas data.(`commit <https://github.com/heremaps/xyz-spaces-python/commit/52117691084c41e5aea27ae77a69a91148d178c3>`_)
14+
415
xyzspaces 0.5.0 (2021-02-01)
516
----------------------------
617

requirements_dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ twine
1616
pytest-flake8
1717
isort
1818
darglint
19+
# mypy new version requires below
20+
types-requests

xyzspaces/__version__.py

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

1818
"""Project version information."""
1919

20-
__version__ = "0.5.0"
20+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)