From 5792747290c52774af5ce102caca863cece761d4 Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Mon, 21 Oct 2019 13:35:41 -0700 Subject: [PATCH] Update change log and version --- CHANGES.txt | 9 ++++++--- fiona/__init__.py | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1e8652119..e3908d90b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,10 +3,13 @@ Changes All issue numbers are relative to https://github.com/Toblerity/Fiona/issues. -1.8.9 (TBD) ------------ +1.8.9 (2019-10-21) +------------------ -- A shim module and support for GDAL 3.0 has been added. +- A shim module and support for GDAL 3.0 has been added. The package can now be + built and used with GDAL 3.0 and PROJ 6.1 or 6.2. Note that the 1.8.9 wheels + we will upload to PyPI will contain GDAL 2.4.2 and PROJ 4.9.3 as in the 1.8.8 + wheels. 1.8.8 (2019-09-25) ------------------ diff --git a/fiona/__init__.py b/fiona/__init__.py index 4d775c6c5..8d5ac7fdb 100644 --- a/fiona/__init__.py +++ b/fiona/__init__.py @@ -101,7 +101,7 @@ class Path: __all__ = ['bounds', 'listlayers', 'open', 'prop_type', 'prop_width'] -__version__ = "1.8.9dev" +__version__ = "1.8.9" __gdal_version__ = get_gdal_release_name() gdal_version = get_gdal_version_tuple()