Skip to content

Commit 1b94a50

Browse files
committed
Merge pull request #99 from ocefpaf/0.1.4
Bumped version.
2 parents 6719db4 + 4e1c79e commit 1b94a50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
0.1.4.dev
2-
~~~~~~~~~
1+
0.1.4
2+
~~~~~
33
- Popups allow unicode. @apatil
44
- Support for https protocol. @apatil
55
- Custom popup width. @ocefpaf

folium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import absolute_import
33

4-
__version__ = '0.1.3'
4+
__version__ = '0.1.4'
55

66
from folium.folium import Map, initialize_notebook

0 commit comments

Comments
 (0)