Fix README.rst typo.

This commit is contained in:
Darko Poljak 2014-06-18 22:07:40 +02:00
parent 74425fccce
commit b508041e42
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ Quick start
INSTALLED_APPS = ( INSTALLED_APPS = (
... ...
'polls', 'anonsurvey',
) )
Anonsurvey admin also depends on: Anonsurvey admin also depends on:

View file

@ -8,7 +8,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup( setup(
name='django-anonsurvey', name='django-anonsurvey',
version='0.2.3', version='0.2.4',
packages=['anonsurvey'], packages=['anonsurvey'],
include_package_data=True, include_package_data=True,
license='GPLv3', license='GPLv3',