From 429fb2f5331723314b6a7cbdc54b60266b35cb32 Mon Sep 17 00:00:00 2001 From: TANG ZHIXIONG Date: Wed, 15 Nov 2023 23:45:46 +0800 Subject: [PATCH] update --- docs/about/release-notes.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/about/release-notes.md b/docs/about/release-notes.md index f974019..81bf1ad 100644 --- a/docs/about/release-notes.md +++ b/docs/about/release-notes.md @@ -10,6 +10,10 @@ To upgrade `pybind11-geobuf` to the latest version, use pip: pip install -U pybind11-geobuf ``` +## Version 0.1.9 (2023-11-15) + +* Indexing geobuf (like flatgeobuf, but more general), making it random accessible + ## Version 0.1.8 (2023-11-11) * Fix readthedocs diff --git a/setup.py b/setup.py index f2db1f0..524466a 100644 --- a/setup.py +++ b/setup.py @@ -127,7 +127,7 @@ def build_extension(self, ext): # logic and declaration, and simpler if you include description/version in a file. setup( name="pybind11_geobuf", - version="0.1.8", + version="0.1.9", author="tzx", author_email="dvorak4tzx@gmail.com", url="https://geobuf-cpp.readthedocs.io",