Skip to content

Commit

Permalink
Release 0.13.2
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <[email protected]>
  • Loading branch information
martinRenou committed Jul 24, 2020
1 parent 590e20f commit bb1e4e8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.13.2

Improvements:

* Add found_style property to SearchControl #640

Fixes:

* Fix DrawControl position #656
* Fix GeoJSON style update #658

## v0.13.1

Improvements:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ipyleaflet
channels:
- conda-forge
dependencies:
- ipyleaflet=0.13.1
- ipyleaflet=0.13.2
- scipy
- bqplot
- rasterio
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, 1)
version_info = (0, 13, 2)

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

EXTENSION_VERSION = '^0.13.1'
EXTENSION_VERSION = '^0.13.2'
2 changes: 1 addition & 1 deletion 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.1",
"version": "0.13.2",
"description": "jupyter - leaflet bridge",
"keywords": [
"jupyter",
Expand Down

0 comments on commit bb1e4e8

Please sign in to comment.