Skip to content

Commit

Permalink
Release 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Mar 11, 2019
1 parent e444dda commit 5dcc12f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ Contributors
* Leonardo Cavallucci
* Marco Federighi
* Mario Colombo
* Mark Walker
* Matas Dailyda
* nastya
* Ryan Stalbow
* Sergei Maertens
* Tadas Dailyda
* Vadim Sikora
* Venelin Stoykov
* Vladimir Kuvandjiev
* Zan Anderle
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
History
*******

0.8.4 (2019-03-11)
==================

* Add Django 2.0 and Django 2.1 compatibility
* Add django CMS 3.6 compatibility
* Fixes a crash on creating new pagetype with djangocms 3.5.2

0.8.3 (2018-04-07)
==================

Expand Down
2 changes: 1 addition & 1 deletion djangocms_page_meta/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, print_function, unicode_literals

__version__ = '0.8.3.post1'
__version__ = '0.8.4'
__author__ = 'Iacopo Spalletti <[email protected]>'

default_app_config = 'djangocms_page_meta.apps.PageMetaConfig'

0 comments on commit 5dcc12f

Please sign in to comment.