Skip to content

Commit bb1e4e8

Browse files
committed
Release 0.13.2
Signed-off-by: martinRenou <[email protected]>
1 parent 590e20f commit bb1e4e8

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.13.2
2+
3+
Improvements:
4+
5+
* Add found_style property to SearchControl #640
6+
7+
Fixes:
8+
9+
* Fix DrawControl position #656
10+
* Fix GeoJSON style update #658
11+
112
## v0.13.1
213

314
Improvements:

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ipyleaflet
22
channels:
33
- conda-forge
44
dependencies:
5-
- ipyleaflet=0.13.1
5+
- ipyleaflet=0.13.2
66
- scipy
77
- bqplot
88
- rasterio

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, 1)
5+
version_info = (0, 13, 2)
66

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

9-
EXTENSION_VERSION = '^0.13.1'
9+
EXTENSION_VERSION = '^0.13.2'

js/package-lock.json

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

0 commit comments

Comments
 (0)