Skip to content

Commit

Permalink
Bump version 1.1.1 -> 1.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
  • Loading branch information
Kharude, Sachin committed Aug 19, 2021
1 parent 55f8f28 commit 4e500f4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Use [HERE Maps API for JavaScript](https://developer.here.com/develop/javascript

![Add ipywidgets controls](https://github.com/heremaps/here-map-widget-for-jupyter/raw/master/images/widget-control.gif)

### Selecting external basemaps:
![Select external basemap](https://github.com/heremaps/here-map-widget-for-jupyter/raw/master/images/external_basemaps.gif)

## Prerequisites

Before you can install this package, or use the example notebooks to make sure your system meets the following prerequisities:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Note for developers:

For developing with JupyterLab::

$ jupyter labextension develop here_map_widget
$ jupyter labextension develop --overwrite here_map_widget
4 changes: 2 additions & 2 deletions here_map_widget/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"""Project version information."""

# Module version
version_info = (1, 1, 1)
version_info = (1, 1, 2)

# Module version accessible using here_map_widget.__version__
__version__ = "%s.%s.%s" % (version_info[0], version_info[1], version_info[2],)

EXTENSION_VERSION = "^1.1.1"
EXTENSION_VERSION = "^1.1.2"
Binary file added images/external_basemaps.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/map-widget-for-jupyter",
"version": "1.1.1",
"version": "1.1.2",
"description": "Use HERE Maps API for JavaScript in your Jupyter Notebook.",
"author": {
"name": "HERE Europe B.V.",
Expand Down

0 comments on commit 4e500f4

Please sign in to comment.