Skip to content

Commit d207e44

Browse files
committed
Release 0.13.1
1 parent dac7df4 commit d207e44

File tree

5 files changed

+31
-5
lines changed

5 files changed

+31
-5
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## v0.13.1
2+
3+
Improvements:
4+
5+
* Add layer attribute for search control #622
6+
* Simplify main JS file #631
7+
* Remove Travis #627
8+
* Add GitHub Actions #626
9+
* Add docstrings #623 #628 #630
10+
* Implement `__geo_interface__` #621
11+
* Add pixel_bounds to Map #616
12+
* Enable float zoom levels #608
13+
14+
Fixes:
15+
16+
* Pin branca>=0.3.1,<0.5 #639
17+
* Fix Icon traits #634 #636 #637
18+
* Fix GeoJSON click event #629
19+
* Fix bounds type #625
20+
* Fix ipyleaflet import #624
21+
* Fix EPSG:3413 and EPSG:3031 #620
22+
* Fix layer removal #619
23+
* Fix option update #611
24+
* Fix flake8 errors #609
25+
26+
127
## v0.13.0
228

329
Improvements:

environment.yml

Lines changed: 1 addition & 1 deletion
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.0
5+
- ipyleaflet=0.13.1
66
- scipy
77
- bqplot
88
- rasterio

ipyleaflet/_version.py

Lines changed: 2 additions & 2 deletions
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, 0)
5+
version_info = (0, 13, 1)
66

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

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

js/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-leaflet",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "jupyter - leaflet bridge",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)