Bump development version
This commit is contained in:
parent
d756edb1bf
commit
0d483b7ccb
2 changed files with 10 additions and 1 deletions
|
@ -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)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue