Skip to content

Commit

Permalink
Mark v1.13.0 in doc/whatsnew
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Aug 17, 2022
1 parent f175969 commit 6b874cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Address any failures before releasing.

1. Create a new branch::

$ git branch release/vX.Y.Z.
$ git checkout -b release/X.Y.Z.

2. Edit :file:`doc/whatsnew.rst`.
Comment the heading "Next release", then insert another heading below it, at the same level, with the version number and date.
Expand All @@ -21,7 +21,7 @@ Address any failures before releasing.
3. Tag the release candidate version, i.e. with a ``rcN`` suffix, and push::

$ git tag vX.Y.Zrc1
$ git push --tags origin release/vX.Y.Z
$ git push --tags origin release/X.Y.Z

4. Open a PR with the title “Release vX.Y.Z” using this branch.
Check:
Expand Down
7 changes: 5 additions & 2 deletions doc/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ What's new
:backlinks: none
:depth: 1

Next release
============
.. Next release
.. ============
v1.13.0 (2022-08-17)
====================

- 1-dimensional quantities are handled in :func:`.relabel` and as weights in :func:`.sum` (:pull:`68`).
- :func:`.load_file` will read a header comment like ``# Units: kg / s`` and apply the indicated units to the resulting quantity (:pull:`68`).
Expand Down

0 comments on commit 6b874cf

Please sign in to comment.