Skip to content

Commit d9053b3

Browse files
authored
Merge pull request #744 from geopython/release-0.23
release 0.23.0
2 parents 7cc4764 + 1334bf8 commit d9053b3

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGES.rst

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

4+
0.23.0 (2021-02-04)
5+
-------------------
6+
7+
A full list of commits for 0.23.0 can be found at:
8+
9+
https://github.com/geopython/OWSLib/commits/0.23.0
10+
11+
- WMS: Handle empty <DataURL>.<Format> element in GetCapabilities (#739)
12+
- WCS: Feature/wcs headers integration (#741)
13+
- Tests: fix WFS tests (#743)
14+
- Auth: Support requests AuthBase in addition to basic password authentication (#724)
15+
- WCS: Fix bug with timeout not assigned (#738)
16+
- Tests: restore ISO GM03 tests as pytests (#734)
17+
- ISO: OWS/ISO metadata updates (#736)
18+
- ISO: add support for ISO 19115 keyword thesaurus URLs via gmx:Anchor (#735)
19+
- ISO: fix reference (#733)
20+
21+
22+
0.22.0 (2021-01-21)
23+
-------------------
24+
25+
A full list of commits for 0.22.0 can be found at:
26+
27+
https://github.com/geopython/OWSLib/commits/0.22.0
28+
29+
- Tests: Fix tests coveralls (#732)
30+
- WCS, WFS: Add timeout to get capabilities (#730)
31+
- Tests: migrate to GitHub actions (#727)
32+
- ISO: add support for ISO 19115-2 (#726)
33+
34+
435
0.21.0 (2020-12-09)
536
-------------------
637

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.23.dev0
1+
0.23.0

owslib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.23.dev0'
1+
__version__ = '0.23.0'

0 commit comments

Comments
 (0)