Skip to content

Commit

Permalink
Release 1.2.0 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Jan 19, 2024
1 parent 4b06026 commit 58e6494
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.2.0: 2024-01-19
=================

- Fix test failure with built library (:PR:`291` by :user:`sebastic`)
- Include spatialindex headers and add :py:meth:`~rtree.finder.get_include` (:PR:`292` by :user:`JDBetteridge`)

1.1.0: 2023-10-17
=================

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ authors = [
]
maintainers = [
{name = "Howard Butler", email = "howard@hobu.co"},
{name = "Mike Taves", email = "mwtoews@gmail.com"},
]
description = "R-Tree spatial index for Python GIS"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion rtree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"""
from __future__ import annotations

__version__ = "1.1.0"
__version__ = "1.2.0"

from .index import Index, Rtree # noqa

0 comments on commit 58e6494

Please sign in to comment.