Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixiong-tang committed Nov 15, 2023
1 parent 990a724 commit 429fb2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 429fb2f

Please sign in to comment.