Skip to content

Commit

Permalink
version bump: 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Meylan committed Feb 25, 2017
1 parent d4aba4a commit c6d1890
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,16 @@ CHANGELOG

* Text block + image label finalised

0.0.3 - 0.0.7 (2017-02-24)
--------------------------

* fixed settings variable
* removed unused templatetages
* updated README

0.0.8 (2017-02-25)
------------------

* show extra css class to gridloading edition form


2 changes: 1 addition & 1 deletion cmsplugin_gridloading/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "0.0.7"
__version__ = "0.0.8"
1 change: 1 addition & 0 deletions cmsplugin_gridloading/cms_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class GridloadingCMSPlugin(GridloadingBase):
'fields': (
'effect',
'aspect_ratio',
'extra_styles',
)
}),
)
Expand Down

0 comments on commit c6d1890

Please sign in to comment.