Skip to content

Commit e8dc887

Browse files
committed
Bump version, update change log
1 parent c6be1c4 commit e8dc887

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGELOG
22
=========
33

4+
0.6.0 (2016-09-02)
5+
------------------
6+
7+
- Allow to display or hide layers control and scale bar
8+
- Implement HERE WeGo provider
9+
- Bugfix: Allow keyboard navigation (Mapbox)
10+
- Run static code analysis for all supported Python versions
11+
- Implement Bing Maps provider
12+
413
0.5.0 (2016-09-01)
514
------------------
615

djangocms_maps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Universal maps plugin for django CMS
33
"""
44

5-
__version__ = '0.5.0'
5+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)