Skip to content

Commit 4da8a61

Browse files
committed
fix: document contributing
1 parent 28e7491 commit 4da8a61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ To publish an OST new version:
104104
increment detected: PATCH
105105
106106
- Push to :code:`main` (the commit is already created by the :code:`cz bump` command)
107-
- Monitor the Github actions
107+
- create a new release using the new tag name and the autogenerate report. It will trigger the publication on pipy.
108108

109109
✨ Happy contribuing ! ✨

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.13"
8+
__version__ = "0.12.14"

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.13"
18+
version = "0.12.14"
1919

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

0 commit comments

Comments
 (0)