Skip to content

Commit 11e9077

Browse files
committed
Bump version up to v3.5.2
1 parent 431e8a6 commit 11e9077

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.5.2] - 2021-02-01
10+
911
### Added
1012
- Add rasters S3 write methods [#3333](https://github.com/locationtech/geotrellis/pull/3333)
1113
- Add initial GDAL Transform rotation support [#3331](https://github.com/locationtech/geotrellis/pull/3331)

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '3.5.1'
61+
version = '3.5.2'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '3.5.1'
63+
release = '3.5.2'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "3.5.2-SNAPSHOT"
1+
ThisBuild / version := "3.5.2"

0 commit comments

Comments
 (0)