From 73e54edd9bbd5501aef52d0c6bdadd6ddc4dd687 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Tue, 10 Dec 2019 13:52:46 -0600 Subject: [PATCH] increment to 0.9.3 --- docs/source/changes.txt | 5 +++++ rtree/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/changes.txt b/docs/source/changes.txt index cfdd9534..97f91cf5 100644 --- a/docs/source/changes.txt +++ b/docs/source/changes.txt @@ -3,6 +3,11 @@ Changes .............................................................................. +0.9.3: 2019-12-10 +=============== + +- find_library and libspatialindex library loading https://github.com/Toblerity/rtree/pull/131 + 0.9.2: 2019-12-09 =============== diff --git a/rtree/__init__.py b/rtree/__init__.py index 5f88610b..c93eb042 100644 --- a/rtree/__init__.py +++ b/rtree/__init__.py @@ -2,4 +2,4 @@ from .core import rt -__version__ = '0.9.2' +__version__ = '0.9.3'