From 96e47cc27774b056ffc805530b31965bc01335c0 Mon Sep 17 00:00:00 2001 From: Jaap Joris Vens Date: Sat, 27 Apr 2019 13:06:23 +0200 Subject: [PATCH] only add sections to existing pages to work around formset bug --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e11f2f3..75d3b06 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name = 'django-simplecms', - version = '0.0.7', + version = '0.0.8', url = 'https://github.com/rtts/django-simplecms', author = 'Jaap Joris Vens', author_email = 'jj@rtts.eu',