Skip to content

Commit

Permalink
bump: version 0.12.14 → 0.12.15
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyVolly committed Dec 28, 2021
1 parent d485207 commit b8d0f59
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ commitizen:
name: cz_conventional_commits
tag_format: $major.$minor.$patch$prerelease
update_changelog_on_bump: true
version: 0.12.14
version: 0.12.15
version_files:
- setup.py:version
- ost/__init__.py:__version__
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## 0.12.15 (2021-12-28)

### Refactor

- compress big files

## 0.12.14 (2021-12-17)

### Fix
Expand Down
1 change: 1 addition & 0 deletions docs/source/example/S1_GRD_batch_TS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@
"s1_grd.ard_parameters[\"single_ARD\"][\"resolution\"] = 100\n",
"s1_grd.ard_parameters[\"single_ARD\"][\"remove_mt_speckle\"] = False\n",
"s1_grd.ard_parameters[\"single_ARD\"][\"create_ls_mask\"] = False\n",
"s1_grd.ard_parameters[\"single_ARD\"][\"dem\"][\"dem_name\"] = \"GETASSE30\"\n",
"s1_grd.ard_parameters[\"time-series_ARD\"][\"to_db\"] = True\n",
"s1_grd.ard_parameters[\"time-series_ARD\"][\"dtype_output\"] = \"uint8\"\n",
"s1_grd.ard_parameters[\"mosaic\"][\"cut_to_aoi\"] = False\n",
Expand Down
2 changes: 1 addition & 1 deletion ost/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__author__ = "Andreas Vollrath"
__email__ = "[email protected]"
__version__ = "0.12.14"
__version__ = "0.12.15"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
gdal.__version__

# the version number
version = "0.12.14"
version = "0.12.15"

# The directory containing this file
HERE = Path(__file__).parent
Expand Down

0 comments on commit b8d0f59

Please sign in to comment.