Skip to content

Commit 898de3c

Browse files
committed
Bump version to 0.5.0 (allow for tagging continued from fork)
1 parent 578f6ca commit 898de3c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
0.1.0 (2016-09-01)
4+
0.5.0 (2016-09-01)
55
------------------
66

77
- Fork ``djangocms-googlemap`` plugin, remove legacy burden
@@ -11,3 +11,10 @@ CHANGELOG
1111
- Add settings (API keys) for Google Maps and all future providers
1212
- Implement Mapbox provider
1313
- Add stubs for Bing, HERE, ViaMichelin
14+
15+
before 0.5.0
16+
------------
17+
18+
- See change log of Divio's djangocms-googlemap_.
19+
20+
.. _djangocms-googlemap: https://github.com/divio/djangocms-googlemap/blob/master/CHANGELOG.rst

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.1.0'
5+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)