From 89e67a49a1f03d690e45b90a082bde7bc6397b47 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 23 Aug 2021 08:14:12 -0400 Subject: [PATCH] update release version 0.25.0 --- CHANGES.rst | 14 ++++++++++++++ VERSION.txt | 2 +- owslib/__init__.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 63350607..ef5297d2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,20 @@ Changes ======= +0.25.0 (2021-08-23) +------------------- + +A full list of commits for 0.25.0 can be found at: + +https://github.com/geopython/OWSLib/commits/0.25.0 + +- WMS: include custom headers (#763) +- ISO: add MD_BrowseGraphic support (#757) +- OGC API: fix bbox handling #779), request/response handling +- WFS: add support for topological filters (#780) +- various bug fixes + + 0.24.1 (2021-05-10) ------------------- diff --git a/VERSION.txt b/VERSION.txt index 91267b86..d21d277b 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.25.dev0 +0.25.0 diff --git a/owslib/__init__.py b/owslib/__init__.py index f29aeefa..8c308d72 100644 --- a/owslib/__init__.py +++ b/owslib/__init__.py @@ -1 +1 @@ -__version__ = '0.25.dev0' +__version__ = '0.25.0'