Loading doc/source/history.rst +6 −6 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ A summary of the versions and changes. | Updates for access to Copernicus DataSpace: use STAC API to inquire, and download from S3 buckets. | *(2026-03)* * | *vx.y* * | *v2.16* | Removed support for SO\ :sub:`2` COBRA product as this has become operational. | *(2026-04)* Loading Loading @@ -165,7 +165,7 @@ A wishlist of developments. How to create a version tag =========================== Example for tag "v2.15". Example for tag "v2.16". 1. Update file formatting following conventions. Loading @@ -185,17 +185,17 @@ Example for tag "v2.15". c. Change the release tag that will also be imported to the documenation in the `pyproject.toml <../../../pyproject.toml>`_ file:: release = "2.14" release = "2.16" d. Commit and push these changes:: git commit -m 'Defined v2.15' . git commit -m 'Defined v2.16' . git push 4. Tag and push the code to the git repository:: git tag -a 'v2.15' -m 'Tagged v2.15' git push origin 'v2.15' git tag -a 'v2.16' -m 'Tagged v2.16' git push origin 'v2.16' pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cso" version = "2.15" version = "2.16" authors = [ { name = "Arjo Segers" }, { name = "Lewis Blake" }, Loading Loading
doc/source/history.rst +6 −6 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ A summary of the versions and changes. | Updates for access to Copernicus DataSpace: use STAC API to inquire, and download from S3 buckets. | *(2026-03)* * | *vx.y* * | *v2.16* | Removed support for SO\ :sub:`2` COBRA product as this has become operational. | *(2026-04)* Loading Loading @@ -165,7 +165,7 @@ A wishlist of developments. How to create a version tag =========================== Example for tag "v2.15". Example for tag "v2.16". 1. Update file formatting following conventions. Loading @@ -185,17 +185,17 @@ Example for tag "v2.15". c. Change the release tag that will also be imported to the documenation in the `pyproject.toml <../../../pyproject.toml>`_ file:: release = "2.14" release = "2.16" d. Commit and push these changes:: git commit -m 'Defined v2.15' . git commit -m 'Defined v2.16' . git push 4. Tag and push the code to the git repository:: git tag -a 'v2.15' -m 'Tagged v2.15' git push origin 'v2.15' git tag -a 'v2.16' -m 'Tagged v2.16' git push origin 'v2.16'
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "cso" version = "2.15" version = "2.16" authors = [ { name = "Arjo Segers" }, { name = "Lewis Blake" }, Loading