Loading doc/source/history.rst +5 −5 Original line number Diff line number Diff line Loading @@ -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* Loading Loading @@ -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. Loading @@ -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' CHANGELOG +16 −16 File changed.Contains only whitespace changes. Show changes Loading
doc/source/history.rst +5 −5 Original line number Diff line number Diff line Loading @@ -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* Loading Loading @@ -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. Loading @@ -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'