Skip to content

Commit 88d3d24

Browse files
committed
0.18.0 release
1 parent c062b74 commit 88d3d24

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
Version 0.18.0 [2022-01-07]
5+
---------------------------
6+
7+
- [fix] Add schema generation support for plain GeometryFields `#257
8+
<https://github.com/openwisp/django-rest-framework-gis/issues/#257>`_
9+
- [fix] Fixed psycopg2 compatibility for Django 3.0
10+
- [feature] Added support and CI testing for Django 3.2 and Django 4.0
11+
412
Version 0.17.0 [2021-01-25]
513
---------------------------
614

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Compatibility with DRF, Django and Python
3939

4040
======================== ============================ ==================== ==================================
4141
DRF-gis version DRF version Django version Python version
42-
**0.18.x (unreleased)** **3.10** up to **3.13** **2.2 to 4.0** **3.6** to **3.9**
42+
**0.18.x** **3.10** up to **3.13** **2.2 to 4.0** **3.6** to **3.9**
4343
**0.17.x** **3.10** up to **3.12** **2.2 to 3.1** **3.6** to **3.8**
4444
**0.16.x** **3.10** **2.2 to 3.1** **3.6** to **3.8**
4545
**0.15.x** **3.10** **1.11, 2.2 to 3.0** **3.5** to **3.8**

rest_framework_gis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 17, 0, 'final')
1+
VERSION = (0, 18, 0, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)