Skip to content

Commit a610db6

Browse files
committed
bump: version 0.12.12 → 0.12.13
1 parent 52ee638 commit a610db6

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ commitizen:
44
name: cz_conventional_commits
55
tag_format: $major.$minor.$patch$prerelease
66
update_changelog_on_bump: true
7-
version: 0.12.12
7+
version: 0.12.13
88
version_files:
99
- setup.py:version
1010
- ost/__init__.py:__version__

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
## 0.12.13 (2021-12-17)
3+
4+
### Fix
5+
6+
- typo in yaml format
7+
- install gdal before publishing
8+
29
## 0.12.12 (2021-12-17)
310

411
### Fix

ost/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
__author__ = "Andreas Vollrath"
77
__email__ = "[email protected]"
8-
__version__ = "0.12.12"
8+
__version__ = "0.12.13"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
gdal.__version__
1616

1717
# the version number
18-
version = "0.12.12"
18+
version = "0.12.13"
1919

2020
# The directory containing this file
2121
HERE = Path(__file__).parent

0 commit comments

Comments
 (0)