add question list filter by survey

This commit is contained in:
Darko Poljak 2014-03-10 08:04:04 +01:00
parent 9b53c57eff
commit 1108b4701e

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.1', version='0.2.2',
packages=['anonsurvey'], packages=['anonsurvey'],
include_package_data=True, include_package_data=True,
license='GPLv3', license='GPLv3',