We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6719db4 + 4e1c79e commit 1b94a50Copy full SHA for 1b94a50
CHANGES.txt
@@ -1,5 +1,5 @@
1
-0.1.4.dev
2
-~~~~~~~~~
+0.1.4
+~~~~~
3
- Popups allow unicode. @apatil
4
- Support for https protocol. @apatil
5
- Custom popup width. @ocefpaf
folium/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
-__version__ = '0.1.3'
+__version__ = '0.1.4'
6
from folium.folium import Map, initialize_notebook
0 commit comments