Skip to content

Commit 1d80ced

Browse files
committed
_version.py: bump to 0.21.0a1
1 parent a979591 commit 1d80ced

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/development.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -274,12 +274,12 @@ To be as concrete as possible, we will assume that we are about to release versi
274274

275275
A. **Obtain a wheel archive** of the package, with one of these approaches:
276276

277-
- *Preferably*: path of least surprise: build wheel through GitHub Actions.
277+
- *Preferably, the path of least surprise*: build wheel through GitHub Actions.
278278
Go to workflow `"Build wheel" <https://github.com/Open-EO/openeo-python-client/actions/workflows/build-wheel.yml>`_,
279279
manually trigger a build with "Run workflow" button, wait for it to finish successfully,
280280
download generated ``artifact.zip``, and finally: unzip it to obtain ``openeo-0.4.7-py3-none-any.whl``
281281

282-
- *Or*, if you know what you are doing and you're sure you have a clean
282+
- *Or, if you know what you are doing* and you're sure you have a clean
283283
local checkout, you can also build it locally::
284284

285285
python setup.py bdist_wheel

openeo/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.20.0"
1+
__version__ = "0.21.0a1"

0 commit comments

Comments
 (0)