Skip to content

Commit

Permalink
update release version 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Jun 6, 2022
1 parent 9a878f8 commit 3ab1dff
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changes
=======

0.26.0 (2022-06-06)
-------------------

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

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

- ISO: extend MD_Keywords for gmx:Anchor (#765)
- WPS: forward timeout/language parameters (#793)
- WPS: use 'maximumMegabytes' if available (#796)
- OGC API: safeguard links
- OGC API: add support for OGC API - Features - Part 3: CQL (#798)
- OGC API: rename rangeSubset to properties for coverage queries (#806)
- OGC API: fix subsets parameterization (#819)
- CSW: pass headers to HTTP POST requests (#805)
- WCS: pass timeout to constructors (#812)
- CSW: fix byte/string handling for XML payloads (#816)
- ISO: fix gmd:edition parsing (#821)

0.25.0 (2021-08-23)
-------------------

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

0 comments on commit 3ab1dff

Please sign in to comment.