From 11e90772f378959d00e161ccabb44dc38c7a4d64 Mon Sep 17 00:00:00 2001 From: Grigory Pomadchin Date: Mon, 1 Feb 2021 20:14:01 -0500 Subject: [PATCH] Bump version up to v3.5.2 --- CHANGELOG.md | 2 ++ docs/conf.py | 4 ++-- version.sbt | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4dc970783..d09484c051 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.5.2] - 2021-02-01 + ### Added - Add rasters S3 write methods [#3333](https://github.com/locationtech/geotrellis/pull/3333) - Add initial GDAL Transform rotation support [#3331](https://github.com/locationtech/geotrellis/pull/3331) diff --git a/docs/conf.py b/docs/conf.py index 084948c05f..cf6e0fd688 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '3.5.1' +version = '3.5.2' # The full version, including alpha/beta/rc tags. -release = '3.5.1' +release = '3.5.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/version.sbt b/version.sbt index ba0fd3e60c..8727b21415 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "3.5.2-SNAPSHOT" +ThisBuild / version := "3.5.2"