Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Dec 4, 2016
1 parent 83bdcef commit 5cb7795
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Development Lead
Contributors
------------

None yet. Why not be the first?
* Adam Chainz
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
History
*******

0.5.0 (unreleased)
0.5.0 (2016-12-02)
==================

* Add Django 1.10 support
* Add support for django CMS 3.4, 3.4
* Add support for django CMS 3.3, 3.4
* Drop Django 1.7 and below
* Drop django CMS 3.1 and below

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

__version__ = '0.5.dev1'
__version__ = '0.5'
__author__ = 'Iacopo Spalletti <i.spalletti@nephila.it>'

0 comments on commit 5cb7795

Please sign in to comment.