Skip to content

Commit

Permalink
Revert to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Aug 25, 2024
1 parent 41162d9 commit a2b04d2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HOWTO_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ How to issue an OGGM release.
twine upload dist/oggm-1.X.Y*
You will need to be listed as a package owner at
https://pypi.python.org/pypi/oggm for this to work.
You'll need a token for this - it is in your password manager.
8. Push your changes to master:
git push origin master
git push origin --tags
Expand All @@ -32,6 +33,7 @@ How to issue an OGGM release.
We also update the stable branch with `git cherrypick` for documentation
only fixes that apply the current released version.
10. Add a section for the next release (v.X.(Y+1)) to doc/whats-new.rst.
Add the section to index that it is not yet released.
11. Commit your changes and push to master again:
git commit -a -m 'Revert to dev version'
git push origin master
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ OGGM is above all a modular platform that supports novel modelling workflows,
Our framework is designed to be flexible and adaptable, making it an
ideal tool for a wide range of applications in glaciology and related fields.

**This webpage is for the software documentation for version 1.6.2**:
**This webpage is for the software documentation for version 1.6.x (unreleased)**:

- check-out :doc:`whats-new` to read about the updates in this version
- check-out `docs.oggm.org/en/stable <https://docs.oggm.org/en/stable>`_ for the stable version
- visit `oggm.org <http://oggm.org>`_ for general news
- visit `tutorials.oggm.org <http://tutorials.oggm.org>`_ for the interactive tutorials
- visit `edu.oggm.org <http://edu.oggm.org>`_ for the educational platform
Expand Down
12 changes: 12 additions & 0 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
Version history
===============

v1.6.x (not released)
---------------------

Enhancements
~~~~~~~~~~~~


Bug fixes
~~~~~~~~~



v1.6.2 (August 25, 2024)
------------------------

Expand Down

0 comments on commit a2b04d2

Please sign in to comment.