Skip to content

Commit

Permalink
Prepare for 1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpg committed May 20, 2020
1 parent fcdca0b commit ecd3676
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
---------

1.9.0
~~~~~

This release changes the compatibility matrix for the project.

We now support the following Django releases:
- Django 2.2
- Django 3.0

We are also testing under the following Python versions:
- Python 3.6
- Python 3.7
- Python 3.8


No other significant changes in this release, but Django 1.11 and 2.1
are no longer supported.

1.8.0
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion floppyforms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
warnings.warn(
"Unable to import floppyforms.gis, geometry widgets not available")

__version__ = '1.8.0'
__version__ = '1.9.0'

0 comments on commit ecd3676

Please sign in to comment.