Skip to content

Commit

Permalink
Release 2023.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Oct 18, 2023
1 parent c9ddd7d commit 70b99b3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ Changelog
#########


----------------------
2023.10.0 - 2023-10-18
----------------------

* packaging

* require `flask<=3.0.0` (#600)
* exclude `aiobotocore` `2.7.0` (#602)
* allow `s3fs>2023.9.0` (#594)

* test

* add pytest markers `integration` and `aws_s3` (#602)
* stop testing on ubuntu 20.04 (#600)


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

logger = logging.getLogger(__name__)
logger.addHandler(logging.NullHandler())

0 comments on commit 70b99b3

Please sign in to comment.