Skip to content

Commit 679dde3

Browse files
committed
Version bump
1 parent b44e61c commit 679dde3

File tree

3 files changed

+1135
-715
lines changed

3 files changed

+1135
-715
lines changed

README.rst

+5
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ Notes
8080
Changes
8181
=======
8282

83+
2.1.1, 2025-03-07
84+
-----------------
85+
- Removed unused Loguru import in ``main.py``.
86+
This was preventing users from installing Geohexgrid, because Loguru is only a development dependency.
87+
8388
2.1.0, 2024-09-26
8489
-----------------
8590
- Bugfixed ``make_grid_from_bounds`` in response to `Issue 2 <https://github.com/mrcagney/geohexgrid/issues/2>`_.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "geohexgrid"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
description = "A Python library for making geographic flat-top hexagon grids like QGIS's `create grid` function"
55
readme = "README.rst"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)