Skip to content

Commit e6e3bc8

Browse files
committed
Release 0.13.6
Signed-off-by: martinRenou <[email protected]>
1 parent 0aa370d commit e6e3bc8

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.13.6
2+
3+
Fixes:
4+
5+
* Fix support for Jupyter Notebook
6+
* Change imports from Phosphor to Lumino
7+
18
## v0.13.5
29

310
Improvements:

ipyleaflet/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Distributed under the terms of the Modified BSD License.
33
#
44

5-
version_info = (0, 13, 5)
5+
version_info = (0, 13, 6)
66

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

9-
EXTENSION_VERSION = '^0.13.4'
9+
EXTENSION_VERSION = '^0.13.5'

js/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-leaflet",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"description": "jupyter - leaflet bridge",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)