Skip to content

Commit 5b1dd98

Browse files
committed
bump 0.4.7
1 parent 6fdaaa3 commit 5b1dd98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='django-spirit',
18-
version='0.4.6',
18+
version='0.4.7',
1919
description='Spirit is a Python based forum powered by Django.',
2020
author='Esteban Castro Borsani',
2121
author_email='[email protected]',

spirit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from __future__ import unicode_literals
44

5-
__version__ = '0.4.6'
5+
__version__ = '0.4.7'

0 commit comments

Comments
 (0)