TNO Intern

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

Defined v2.9

parent fcd3c6c6
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -374,3 +374,21 @@ Support box-plot timeseries to show variation over region.

Added tools to make working copy of scripts and settings.
  py/utopya_build.py


v2.9
----

Updated links to Sentinel documents.
  doc/surc/s5p-*.rst

Initial support for O3 profiles.
	py/cso_s5p.py
	config/Copernicus/cso.rc
	config/Copernicus/cso-s5p-o3.rc
	doc/source/documentation.rst
	doc/source/index.rst
	doc/source/s5p-o3.rst
	doc/samples/S5P_RPRO_L2__O3__PR_20180601T002121_20180601T020251_03272_03_020400_20230224T110239.txt
	doc/source/figs/O3-PR/Copernicus_S5p_O3-PR.png
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ copyright = "2020-2024, Arjo Segers"
author = "Arjo Segers"

# The full version, including alpha/beta/rc tags
release = "v2.8"
release = "v2.9"


# -- General configuration ---------------------------------------------------
+8 −5
Original line number Diff line number Diff line
@@ -107,6 +107,9 @@ A summary of the versions and changes.
  | Extended support for creation of gridded averages.
  | Extended support for region plots.
  
* | *v2.9*
  | Initial support for S5P O3-profile product.


To be included
==============
@@ -147,7 +150,7 @@ A wishlist of developments.
How to create a version tag
===========================

Example for tag "v2.8".
Example for tag "v2.9".

1. Update file formatting following conventions.

@@ -169,17 +172,17 @@ Example for tag "v2.8".
      `doc/source/conf.py <../../source/conf.py>`_::

        # The full version, including alpha/beta/rc tags
        release = "v2.8"
        release = "v2.9"
    
   d. Commit and push these changes::

       git commit -m 'Defined v2.8' .
       git commit -m 'Defined v2.9' .
       git push

4. Tag and push the code to the git repository::

      git tag -a 'v2.8' -m 'Tagged v2.8'
      git push origin v2.8
      git tag -a 'v2.9' -m 'Tagged v2.9'
      git push origin v2.9