Skip to content

Commit 4286e55

Browse files
committed
release 1.4.0
1 parent 75b7a44 commit 4286e55

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGES.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.4.0 (2020-02-19)
2+
------------------
3+
- Add Sentinel2-L2A support (#137)
4+
- Update Sentinel-2 sceneid schema (S2A_tile_20170323_07SNC_0 -> S2A_L1C_20170323_07SNC_0)
5+
16
1.3.1 (2019-11-06)
27
------------------
38
- Add `warp_vrt_option` option for `utils.raster_get_stats` and `utils.tile_read` to

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name="rio-tiler",
25-
version="1.3.1",
25+
version="1.4.0",
2626
description=u"""Get mercator tile from CloudOptimized GeoTIFF and other cloud hosted raster such as CBERS-4, Sentinel-2, Sentinel-1 and Landsat-8 AWS PDS""",
2727
long_description=readme,
2828
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)