Skip to content

Commit

Permalink
fix: document contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Dec 17, 2021
1 parent 28e7491 commit 4da8a61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ To publish an OST new version:
increment detected: PATCH
- Push to :code:`main` (the commit is already created by the :code:`cz bump` command)
- Monitor the Github actions
- create a new release using the new tag name and the autogenerate report. It will trigger the publication on pipy.

✨ Happy contribuing ! ✨
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.13"
__version__ = "0.12.14"
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.13"
version = "0.12.14"

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

0 comments on commit 4da8a61

Please sign in to comment.