Skip to content

Commit 7c5b515

Browse files
authored
Merge pull request #694 from geopython/release-0.20.0
release 0.20.0
2 parents 3f82191 + 868fe1c commit 7c5b515

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGES.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Changes
22
=======
33

4+
0.20.0 (2020-06-05)
5+
-------------------
6+
7+
This release provides initial support for the draft OGC API - Records
8+
standard.
9+
10+
A full list of commits for 0.20.0 can be found at:
11+
12+
https://github.com/geopython/OWSLib/commits/0.20.0
13+
14+
- WFS: make wfs:FeatureTypeList optional for 1.1 and 2.0 (#673)
15+
- OGC API - Records: initial draft implementation (#679, #693)
16+
- WPS: add support for retrieving data from local filesystem (huard, #681)
17+
- WMTS: add support for boundingboxes (kordian-kowalski, #687)
18+
- Authentication: Enable switching off SSL verification (Samweli, #685)
19+
20+
421
0.19.2 (2020-03-13)
522
-------------------
623

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.19.2
1+
0.20.0

owslib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.19.2'
1+
__version__ = '0.20.0'

0 commit comments

Comments
 (0)