Skip to content

Commit 520f359

Browse files
author
Kharude, Sachin
committed
Bump version 0.6.0 -> 0.7.0
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
1 parent 6bbbb57 commit 520f359

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.7.0 (2021-08-10)
8+
9+
- Features
10+
- Added support for Interactive Map Layers.
11+
([#117](https://github.com/heremaps/xyz-spaces-python/pull/117))
12+
713
## xyzspaces 0.6.0 (2021-06-17)
814

915
- Features

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1919
[![commits since](https://img.shields.io/github/commits-since/heremaps/xyz-spaces-python/latest.svg)](https://github.com/heremaps/xyz-spaces-python/commits/master)
2020
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/xyzspaces/badges/latest_release_date.svg)](https://anaconda.org/conda-forge/xyzspaces)
21-
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/xyzspaces/badges/license.svg)](https://anaconda.org/conda-forge/xyzspaces)
2221
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/heremaps/xyz-spaces-python/master?urlpath=lab/tree/docs/notebooks)
2322

2423
Manage your [XYZ Hub](https://github.com/heremaps/xyz-hub) or [HERE Data Hub](https://developer.here.com/products/data-hub) spaces and [Interactive Map Layer](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html) from Python.

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.6.0"
20+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)