From 8a488cf81e747b0767137267d7bebffaa2a4bbad Mon Sep 17 00:00:00 2001
From: Sylvain Corlay <sylvain.corlay@gmail.com>
Date: Sat, 25 Sep 2021 13:27:51 +0200
Subject: [PATCH] Release 0.2.15

---
 .binder/environment.yml | 4 ++--
 .bumpversion.cfg        | 2 +-
 voila/_version.py       | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.binder/environment.yml b/.binder/environment.yml
index 5dc0a6881..a7b2f3e73 100644
--- a/.binder/environment.yml
+++ b/.binder/environment.yml
@@ -8,5 +8,5 @@ dependencies:
   - scipy
   - ipympl
   - ipympl
-  - xleaflet=0.14.0
-  - xeus-cling=0.12.1
+  - xleaflet=0.16.0
+  - xeus-cling=0.13.0
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 1063cac14..85036c294 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0, 2, 14, "final", 0
+current_version = 0, 2, 15, "final", 0
 commit = False
 tag = False
 parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \"(?P<release>\S+)\"\,\ (?P<build>\d+)
diff --git a/voila/_version.py b/voila/_version.py
index 5aa5ea780..c05339f7d 100644
--- a/voila/_version.py
+++ b/voila/_version.py
@@ -17,7 +17,7 @@
 )
 
 # DO NOT EDIT THIS DIRECTLY!  It is managed by bumpversion
-version_info = VersionInfo(0, 2, 14, "final", 0)
+version_info = VersionInfo(0, 2, 15, "final", 0)
 
 _specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}