Skip to content

[wheel] Changes version scheme guess-next-dev.

Lars Bilke requested to merge bilke/ogs:wheel-version-scheme into master

Related: ogs/tools/ogstools!34 (merged)

Increments wheel version number by 1. Although a bit unintuitive this is the default in the Python world (setuptools). Current wheels from master will get version number 6.4.5.devXX but will still contain ogs printing out 6.4.4 (only wheel name is changed).

This allow for proper selecting ogs master wheels when doing a pip install etc., e.g.:

PIP_EXTRA_INDEX_URL=https://gitlab.opengeosys.org/api/v4/projects/120/packages/pypi/simple pip install 'ogs>6.4.4'
  1. Feature description was added to the changelog
Edited by Lars Bilke

Merge request reports