From c2cd75b1e54b343c33bca32828a97af0e88db41f Mon Sep 17 00:00:00 2001 From: Harry White Date: Wed, 10 Jun 2020 16:39:38 +1000 Subject: [PATCH] Bump version to 1.1.2 Changelog updated with major changes --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ef1c38..dffd151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changes +## 1.1.2 +- Allow string or dict form data +- Update json-editor to 1.3.5 + ## 1.1.1 - Fix compatibility with django 3.0 diff --git a/setup.py b/setup.py index 6ddf890..bb7ff07 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ here = path.abspath(path.dirname(__file__)) -__version__ = '1.1.1' +__version__ = '1.1.2' # Get the long description from the README file with open(path.join(here, 'README.rst'), encoding='utf-8') as f: