File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff 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__
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55
66__author__ = "Andreas Vollrath"
778- __version__ = "0.12.12 "
8+ __version__ = "0.12.13 "
Original file line number Diff line number Diff line change 1515gdal .__version__
1616
1717# the version number
18- version = "0.12.12 "
18+ version = "0.12.13 "
1919
2020# The directory containing this file
2121HERE = Path (__file__ ).parent
You can’t perform that action at this time.
0 commit comments