Skip to content

Commit 5626223

Browse files
committed
Release 0.12.4
Signed-off-by: martinRenou <[email protected]>
1 parent 2415238 commit 5626223

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.12.3
5+
- ipyleaflet=0.12.4
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, 12, 3)
5+
version_info = (0, 12, 4)
66

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

9-
EXTENSION_VERSION = '^0.12.3'
9+
EXTENSION_VERSION = '^0.12.4'

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

0 commit comments

Comments
 (0)