Skip to content

Commit

Permalink
Merge pull request #694 from geopython/release-0.20.0
Browse files Browse the repository at this point in the history
release 0.20.0
  • Loading branch information
tomkralidis authored Jun 5, 2020
2 parents 3f82191 + 868fe1c commit 7c5b515
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changes
=======

0.20.0 (2020-06-05)
-------------------

This release provides initial support for the draft OGC API - Records
standard.

A full list of commits for 0.20.0 can be found at:

https://github.com/geopython/OWSLib/commits/0.20.0

- WFS: make wfs:FeatureTypeList optional for 1.1 and 2.0 (#673)
- OGC API - Records: initial draft implementation (#679, #693)
- WPS: add support for retrieving data from local filesystem (huard, #681)
- WMTS: add support for boundingboxes (kordian-kowalski, #687)
- Authentication: Enable switching off SSL verification (Samweli, #685)


0.19.2 (2020-03-13)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.2
0.20.0
2 changes: 1 addition & 1 deletion owslib/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.19.2'
__version__ = '0.20.0'

0 comments on commit 7c5b515

Please sign in to comment.