Skip to content

Commit

Permalink
Release 2023.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarj committed Jan 26, 2023
1 parent 410ffb4 commit 753b406
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog
#########

---------------------
2023.1.1 - 2023-01-26
---------------------

* core
* use threaded concurrency on default when calling `mapchete cp` (#526)
* removing check whether preprocessing task result is already set to avoid random KeyErrors (#529)

* testing
* add test cases for continue mode (#527)
* add test to eplicitly test rasterio_write functionality (#528)


---------------------
2023.1.0 - 2023-01-03
---------------------
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.1.0"
__version__ = "2023.1.1"

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

0 comments on commit 753b406

Please sign in to comment.