diff --git a/CHANGES.rst b/CHANGES.rst index f58fbea..056df97 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,13 +1,17 @@ -0.7.0 +0.8.0 ===== -* changed "Add Survey" button in django admin to use Survey Editor * implement submit and edit call-back hooks * add Google reCAPTCHA capabilities * added views for getting latest survey * added Email field * added IP Address tracking on the survey submit +0.7.0 +===== + +* changed "Add Survey" button in django admin to use Survey Editor + 0.6.1 ===== diff --git a/dform/__init__.py b/dform/__init__.py index a71c5c7..32a90a3 100644 --- a/dform/__init__.py +++ b/dform/__init__.py @@ -1 +1 @@ -__version__ = '0.7.0' +__version__ = '0.8.0'