Skip to content

Commit 55b6078

Browse files
committed
Release 0.14.0
1 parent f4ef7c7 commit 55b6078

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.14.0
2+
3+
Improvements:
4+
5+
* Remove Shapely and branca dependencies (for support in JupyterLite)
6+
* Add new options to marker cluster
7+
18
## v0.13.6
29

310
Fixes:

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- nodejs=14.11
6-
- ipyleaflet=0.13.6
6+
- ipyleaflet=0.14.0
77
- jupyterlab=3
88
- scipy
99
- bqplot

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, 6)
5+
version_info = (0, 14, 0)
66

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

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

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.5",
3+
"version": "0.14.0",
44
"description": "jupyter - leaflet bridge",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)