Skip to content

Commit

Permalink
Merge pull request #365 from ungarj/release_2021.10.0
Browse files Browse the repository at this point in the history
release 2021.10.0
  • Loading branch information
ungarj authored Oct 1, 2021
2 parents 126997e + b0b07cf commit 7e2aae7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog
#########

----------------------
2021.10.0 - 2021-10-01
----------------------

* packaging

* change version numbering scheme to ``YYYY.MM.x``

* core

* make sure ``Executor.running_futures`` is cleared after each ``as_completed()`` and ``cancel()`` call
* fix ``fargs`` and ``fkwargs`` ommission in ``Executor.map()``

* testing

* skip COG tests if driver is not available in GDAL


-----------------
0.44 - 2021-09-30
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


__all__ = ["open", "count_tiles", "Mapchete", "MapcheteProcess", "ProcessInfo", "Timer"]
__version__ = "0.44"
__version__ = "2021.10.0"


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 7e2aae7

Please sign in to comment.