File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
# publish docker images
35
35
mkdir -p ~/.ssh
36
36
ssh-keyscan github.com >> ~/.ssh/known_hosts
37
- git tag -d ${VERSION}
37
+ # git tag -d ${VERSION}
38
38
git tag ${VERSION}
39
39
git push origin ${VERSION}
40
40
docker login -u $DOCKER_USER -p $DOCKER_PASS
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
- ## [ v1.1.0] - 2018-03-14
9
+ ## [ v1.1.0] - 2018-03-22
10
10
11
11
### Added
12
12
- Make compatible with Lambda Layers
@@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
26
26
- CURL_VERSION=7.59.0
27
27
- GEOS_VERSION=3.7.1
28
28
- GEOTIFF_VERSION=1.4.3
29
- - GDAL_VERSION=2.4.0
29
+ - GDAL_VERSION=2.4.1
30
30
- HDF4_VERSION=4.2.14
31
31
- HDF5_VERSION=1.10.5
32
32
- NETCDF_VERSION=4.6.2
You can’t perform that action at this time.
0 commit comments