TNO Intern

Commit 77c73557 authored by Arjo Segers's avatar Arjo Segers
Browse files

Updated documentation.

parent b105a003
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ A summary of the versions and changes.
* | *v2.13*
  | Minor updates to trap errors and support latest Python versions.
  
* | *v2.14*
* | *v2.15*
  | Plot pixels als polygons in case track information is not present.
  
* | *v2.15*
@@ -160,7 +160,7 @@ A wishlist of developments.
How to create a version tag
===========================

Example for tag "v2.14".
Example for tag "v2.15".

1. Update file formatting following conventions.

@@ -184,13 +184,13 @@ Example for tag "v2.14".
    
   d. Commit and push these changes::

       git commit -m 'Defined v2.14' .
       git commit -m 'Defined v2.15' .
       git push

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

      git tag -a 'v2.14' -m 'Tagged v2.14'
      git push origin v2.14
      git tag -a 'v2.15' -m 'Tagged v2.15'
      git push origin 'v2.15'