TNO Intern

Commit ccc26e4f authored by Arjo Segers's avatar Arjo Segers
Browse files

Defined v2.16

parent abbe83ee
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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)*

@@ -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.

@@ -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'


  
+1 −1
Original line number Diff line number Diff line
@@ -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" },