Skip to content

Commit

Permalink
Release 2024.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed May 15, 2024
1 parent 874818c commit 5c6bd22
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ Changelog
#########


---------------------
2024.5.2 - 2024-05-15
---------------------

* packaging

* remove `protobuf`` dependency


---------------------
2024.5.1 - 2024-05-15
---------------------
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"VectorInput",
"VectorInputGroup",
]
__version__ = "2024.5.1"
__version__ = "2024.5.2"

logger = logging.getLogger(__name__)
logger.addHandler(logging.NullHandler())
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ complete = [
"lxml",
"matplotlib",
"memray",
"protobuf<=3.20.1",
"pystac[urllib3]<=1.7.3",
"requests",
"rtree",
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ fiona>=1.8.13.post1
Flask>=1.1.2,<=3.0.0
Flask-RangeRequest>=0.0.2
fsspec[http,s3]>=2023.12.0
geobuf>=1.1.1
importlib-metadata>=1.6.0
importlib-resources>=1.5.0
lxml>=4.5.0
Expand Down

0 comments on commit 5c6bd22

Please sign in to comment.