Skip to content

Commit 08ea327

Browse files
committed
0.17.0 release
1 parent 66636b3 commit 08ea327

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
Version 0.17.0 [2021-01-25]
5+
---------------------------
6+
7+
- [feature] Added
8+
`OpenAPI Schema Generation <https://github.com/openwisp/django-rest-framework-gis#schema-generation>`_
9+
(`#219 <https://github.com/openwisp/django-rest-framework-gis/issues/219>`_) - special
10+
thanks to `Dhaval Mehta <https://github.com/dhaval-mehta>`_
11+
412
Version 0.16.0 [2020-09-07]
513
---------------------------
614

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Compatibility with DRF, Django and Python
3939

4040
=============== ============================ ==================== ==================================
4141
DRF-gis version DRF version Django version Python version
42+
**0.17.x** **3.10** up to **3.12** **2.2 to 3.1** **3.6** to **3.8**
4243
**0.16.x** **3.10** **2.2 to 3.1** **3.6** to **3.8**
4344
**0.15.x** **3.10** **1.11, 2.2 to 3.0** **3.5** to **3.8**
4445
**0.14.x** **3.3** to **3.9** **1.11** to **2.1** **3.4** to **3.7**

rest_framework_gis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 16, 0, 'final')
1+
VERSION = (0, 17, 0, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)