Skip to content

Commit 6ff4ae2

Browse files
committed
make 2.0.0rc1 for publishing
1 parent 54c315d commit 6ff4ae2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88

99

10-
## [v2.0.0] - 2019-10-25
10+
## [v2.0.0rc1] - 2019-10-25
1111

1212
### Added
1313
- Added OpenSSL, which is used to compile versions of Python 3.7+, it is not packaged in GeoLambda Layer
@@ -85,7 +85,7 @@ Package Versions
8585
- GDAL_VERSION=2.3.1
8686

8787
[Unreleased]: https://github.com/sat-utils/sat-stac/compare/master...develop
88-
[v2.0.0]: https://github.com/developmentseed/geolambda/compare/1.2.0...2.0.0
88+
[v2.0.0]: https://github.com/developmentseed/geolambda/compare/1.2.0...2.0.0rc1
8989
[v1.2.0]: https://github.com/developmentseed/geolambda/compare/1.1.0...1.2.0
9090
[v1.1.0]: https://github.com/developmentseed/geolambda/compare/1.0.0...1.1.0
9191
[v1.0.0]: https://github.com/developmentseed/geolambda/tree/1.0.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ All of the GDAL CLI tools are installed so could be run on images in the current
4141

4242
If you just wish to use the publicly available Lambda layer you will need the ARN for the layer in the same region as your Lambda function. Currently, GeoLambda layers are available in `us-east-1`, `us-west-2`, and `eu-central-1`. If you want to use it in another region please file an issue or you can also create your own layer using this repository (see instructions below on 'Create a new version').
4343

44-
#### v2.0.0
44+
#### v2.0.0rc1
4545

4646
| Region | ARN |
4747
| ------ | --- |
4848
| us-east-1 | arn:aws:lambda:us-east-1:552188055668:layer:geolambda:3 |
4949
| us-west-2 | arn:aws:lambda:us-west-2:552188055668:layer:geolambda:3 |
5050
| eu-central-1 | arn:aws:lambda:eu-central-1:552188055668:layer:geolambda:3 |
5151

52-
#### v2.0.0-python
52+
#### v2.0.0rc1-python
5353

5454
See the [GeoLambda Python README](python/README.md). The Python Lambda Layer includes the libraries `numpy`, `rasterio`, `GDAL`, `pyproj`, and `shapely`.
5555

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.0rc1

0 commit comments

Comments
 (0)