Skip to content

Commit

Permalink
Release 2023.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Apr 20, 2023
1 parent 6242386 commit 12e942b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
#########

---------------------
2023.4.1 - 2023-04-20
---------------------

* packaging
* add all `s3` extra dependencies to `complete`


---------------------
2023.4.0 - 2023-04-20
---------------------
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"SkippedFuture",
"Job",
]
__version__ = "2023.4.0"
__version__ = "2023.4.1"

logger = logging.getLogger(__name__)
logger.addHandler(logging.NullHandler())
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ dependencies = [
[project.optional-dependencies]
complete = [
"aiohttp",
"aiobotocore>=1.1.2",
"boto3>=1.14.44",
"dask",
"distributed",
"flask",
Expand Down Expand Up @@ -75,9 +77,9 @@ http = [
"requests",
]
s3 = [
"fsspec[s3]",
"boto3>=1.14.44",
"aiobotocore>=1.1.2",
"boto3>=1.14.44",
"fsspec[s3]",
]
serve = [
"flask",
Expand Down

0 comments on commit 12e942b

Please sign in to comment.