Skip to content

Commit

Permalink
Bump version up to v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Feb 2, 2021
1 parent 431e8a6 commit 11e9077
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
ThisBuild / version := "3.5.2-SNAPSHOT"
ThisBuild / version := "3.5.2"

0 comments on commit 11e9077

Please sign in to comment.