mirror of
https://github.com/QingdaoU/Spirit.git
synced 2025-01-17 10:04:45 +00:00
bump 0.4.2
This commit is contained in:
parent
214c86c924
commit
3376eb1f14
@ -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
|
||||
==================
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -15,7 +15,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
|
||||
|
||||
setup(
|
||||
name='django-spirit',
|
||||
version='0.4.1',
|
||||
version='0.4.2',
|
||||
description='Spirit is a Python based forum powered by Django.',
|
||||
author='Esteban Castro Borsani',
|
||||
author_email='ecastroborsani@gmail.com',
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '0.4.1'
|
||||
__version__ = '0.4.2'
|
||||
|
Loading…
x
Reference in New Issue
Block a user