bump 0.4.2

This commit is contained in:
nitely 2015-08-14 19:19:41 -03:00
parent 214c86c924
commit 3376eb1f14
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
0.4.2
==================
* Adds management commands: spiritinstall, spiritupgrade
* Fix to use current date when a history comment is created
0.4.1 0.4.1
================== ==================

View File

@ -15,7 +15,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup( setup(
name='django-spirit', name='django-spirit',
version='0.4.1', version='0.4.2',
description='Spirit is a Python based forum powered by Django.', description='Spirit is a Python based forum powered by Django.',
author='Esteban Castro Borsani', author='Esteban Castro Borsani',
author_email='ecastroborsani@gmail.com', author_email='ecastroborsani@gmail.com',

View File

@ -2,4 +2,4 @@
from __future__ import unicode_literals from __future__ import unicode_literals
__version__ = '0.4.1' __version__ = '0.4.2'