Skip to content

Commit

Permalink
Release 0.13.6
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <[email protected]>
  • Loading branch information
martinRenou committed Jan 5, 2021
1 parent 0aa370d commit e6e3bc8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v0.13.6

Fixes:

* Fix support for Jupyter Notebook
* Change imports from Phosphor to Lumino

## v0.13.5

Improvements:
Expand Down
4 changes: 2 additions & 2 deletions ipyleaflet/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Distributed under the terms of the Modified BSD License.
#

version_info = (0, 13, 5)
version_info = (0, 13, 6)

__version__ = '%s.%s.%s' % (version_info[0], version_info[1], version_info[2])

EXTENSION_VERSION = '^0.13.4'
EXTENSION_VERSION = '^0.13.5'
4 changes: 2 additions & 2 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-leaflet",
"version": "0.13.4",
"version": "0.13.5",
"description": "jupyter - leaflet bridge",
"keywords": [
"jupyter",
Expand Down

0 comments on commit e6e3bc8

Please sign in to comment.