Skip to content

Commit

Permalink
Merge pull request #343 from ungarj/release_0.40
Browse files Browse the repository at this point in the history
Release 0.40
  • Loading branch information
ungarj authored Jun 24, 2021
2 parents 74509cf + 24e8826 commit d9b02d3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ 3.6, 3.7, 3.8 ]
python-version: [ 3.7, 3.8 ]
rasterio-version: [ 1.1.4, "latest" ]
experimental: [ false ]
runs-on: ubuntu-latest
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
#########

-----------------
0.40 - 2021-06-24
-----------------

* core

* fix overviews creation in sinlge GTiff output (#325)

* packaging

* drop Python 3.6 support


-----------------
0.39 - 2021-06-08
Expand Down
2 changes: 1 addition & 1 deletion mapchete/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


__all__ = ["open", "count_tiles", "Mapchete", "MapcheteProcess", "Timer"]
__version__ = "0.39"
__version__ = "0.40"


logger = logging.getLogger(__name__)
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ click-plugins>=1.1.1
click-spinner>=0.1.10
fiona>=1.8.13.post1
Flask>=1.1.2
fsspec[s3]>=0.8.4
fsspec[s3]==0.8.4
geobuf>=1.1.1
importlib-metadata>=1.6.0
importlib-resources>=1.5.0
Expand All @@ -19,7 +19,7 @@ numpy>=1.16
oyaml>=0.9
retry>=0.9.2
rasterio>=1.0.28
s3fs>=0.5.1
s3fs==0.5.2
Shapely>=1.7.1
tilematrix>=0.20
tqdm>=4.46.0
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
"Intended Audience :: Developers",
"Topic :: Scientific/Engineering :: GIS",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
Expand Down

0 comments on commit d9b02d3

Please sign in to comment.