From 710444c9049c47932c38f80f001a1be643a68305 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Sun, 28 Aug 2022 07:10:48 -0400 Subject: [PATCH] update release version 0.27.1 --- VERSION.txt | 2 +- owslib/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index e7556aad..83b47304 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.28.dev0 +0.27.1 diff --git a/owslib/__init__.py b/owslib/__init__.py index 2a02f20d..07f3dd70 100644 --- a/owslib/__init__.py +++ b/owslib/__init__.py @@ -1 +1 @@ -__version__ = '0.28.dev0' +__version__ = '0.27.1'