Bump development version

This commit is contained in:
Iacopo Spalletti 2015-02-27 19:45:02 +01:00
parent d756edb1bf
commit 0d483b7ccb
2 changed files with 10 additions and 1 deletions

View file

@ -3,6 +3,15 @@
History
-------
0.4.0 (unreleased)
++++++++++++++++++
* Fix Django 1.7 issues
* Fix dependencies on python 3 when using wheel packages
* Drop Django 1.5 support
* Fix various templates issues
* UX fixes in the admin
0.3.1 (2015-01-07)
++++++++++++++++++

View file

@ -2,4 +2,4 @@
# -*- coding: utf-8 -*-
__author__ = 'Iacopo Spalletti'
__email__ = 'i.spalletti@nephila.it'
__version__ = '0.3.1.post1'
__version__ = '0.4.0.b1'