From 20e3842221ac2cbe018aa6cad0e5ec5c3014b623 Mon Sep 17 00:00:00 2001 From: jokiefer Date: Wed, 3 Apr 2024 15:21:04 +0200 Subject: [PATCH] Update base.txt, CHANGELOG.rst, and 2 more files... --- .requirements/base.txt | 2 +- CHANGELOG.rst | 10 ++++++++++ ows_lib/__init__.py | 2 +- tox.ini | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.requirements/base.txt b/.requirements/base.txt index 03d3094..e54b377 100644 --- a/.requirements/base.txt +++ b/.requirements/base.txt @@ -1,5 +1,5 @@ Django>=3.2,<5.0 -django-epsg-cache==0.2.0 +django-epsg-cache==0.2.1 eulxml==1.1.3 isodate==0.6.1 camel-converter==3.1.1 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4ae852a..097eaa5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +[v0.14.5] - 2024-04-03 +---------------------- + +Changed +~~~~~~~ + +* moved to `django-epsg-cache` v0.2.1 + + + [v0.14.4] - 2024-04-03 ---------------------- diff --git a/ows_lib/__init__.py b/ows_lib/__init__.py index 71b73ea..7626f4c 100644 --- a/ows_lib/__init__.py +++ b/ows_lib/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.14.4" +__version__ = "0.14.5" VERSION = __version__ # synonym diff --git a/tox.ini b/tox.ini index 1ef19bc..52c3e7d 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ deps= requests228: requests>=2.28.0,<2.29.0 requests229: requests>=2.29.0,<2.30.0 pygeofilter021: pygeofilter>=0.2.1,<0.3.0 - django-epsg-cache==0.2.0 + django-epsg-cache==0.2.1 eulxml==1.1.3 isodate==0.6.1 camel-converter==3.0.0