Skip to content

Commit

Permalink
Release 0.12.3
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <martin.renou@gmail.com>
  • Loading branch information
martinRenou committed Mar 3, 2020
1 parent ac05a34 commit c9a85e5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.12.2
- ipyleaflet=0.12.3
- 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,11 +2,11 @@
# Distributed under the terms of the Modified BSD License.
#

version_info = (0, 12, 2, 'final', 0)
version_info = (0, 12, 3, 'final', 0)

_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

__version__ = '%s.%s.%s%s'%(version_info[0], version_info[1], version_info[2],
'' if version_info[3]=='final' else _specifier_[version_info[3]] + str(version_info[4]))

EXTENSION_VERSION = '^0.12.2'
EXTENSION_VERSION = '^0.12.3'
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.12.2",
"version": "0.12.3",
"description": "jupyter - leaflet bridge",
"keywords": [
"jupyter",
Expand Down

0 comments on commit c9a85e5

Please sign in to comment.