Skip to content

Commit

Permalink
0.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jan 25, 2021
1 parent 66636b3 commit 08ea327
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Version 0.17.0 [2021-01-25]
---------------------------

- [feature] Added
`OpenAPI Schema Generation <https://github.com/openwisp/django-rest-framework-gis#schema-generation>`_
(`#219 <https://github.com/openwisp/django-rest-framework-gis/issues/219>`_) - special
thanks to `Dhaval Mehta <https://github.com/dhaval-mehta>`_

Version 0.16.0 [2020-09-07]
---------------------------

Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Compatibility with DRF, Django and Python

=============== ============================ ==================== ==================================
DRF-gis version DRF version Django version Python version
**0.17.x** **3.10** up to **3.12** **2.2 to 3.1** **3.6** to **3.8**
**0.16.x** **3.10** **2.2 to 3.1** **3.6** to **3.8**
**0.15.x** **3.10** **1.11, 2.2 to 3.0** **3.5** to **3.8**
**0.14.x** **3.3** to **3.9** **1.11** to **2.1** **3.4** to **3.7**
Expand Down
2 changes: 1 addition & 1 deletion rest_framework_gis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 16, 0, 'final')
VERSION = (0, 17, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 08ea327

Please sign in to comment.