Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
Changelog updated with major changes
  • Loading branch information
harrywhite4 committed Jun 10, 2020
1 parent e5f537d commit c2cd75b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c2cd75b

Please sign in to comment.