From 9530e923697badd5e5962e8f0243f3861150edd0 Mon Sep 17 00:00:00 2001 From: Angelos Tzotsos Date: Fri, 24 Feb 2023 17:56:21 +0200 Subject: [PATCH] update release version 0.28.1 --- VERSION.txt | 2 +- owslib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 697f087f..48f7a71d 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.28.0 +0.28.1 diff --git a/owslib/__init__.py b/owslib/__init__.py index 1bf36757..84b55cbb 100644 --- a/owslib/__init__.py +++ b/owslib/__init__.py @@ -1 +1 @@ -__version__ = '0.28.0' +__version__ = '0.28.1'