Skip to content

Commit

Permalink
Merge pull request databrickslabs#292 from databrickslabs/releases/v_…
Browse files Browse the repository at this point in the history
…0.3.7

Releases/v 0.3.7
  • Loading branch information
Milos Colic authored Jan 17, 2023
2 parents 0b052d1 + e1708ae commit 6744463
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.3.7
- Fixed pip release publish script

## v0.3.6
- Added GDAL and 32 rst_* raster functions:
- RST_BandMetaData
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Stuart Lynn, Milos Colic, Erni Durdevic, Robert Whiffin, Timo Roest'

# The full version, including alpha/beta/rc tags
release = "v0.3.6"
release = "v0.3.7"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.databricks.labs</groupId>
<artifactId>mosaic</artifactId>
<version>0.3.7-SNAPSHOT</version>
<version>0.3.7</version>

<properties>
<minimum.coverage>80</minimum.coverage>
Expand Down
2 changes: 1 addition & 1 deletion python/mosaic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .utils.display_handler import displayMosaic
from .models import SpatialKNN

__version__ = "0.3.7-SNAPSHOT"
__version__ = "0.3.7"

0 comments on commit 6744463

Please sign in to comment.