Skip to content

Commit

Permalink
Note necessity of updating version in meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Dec 21, 2023
1 parent 8fb89ba commit de2aeb8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/devel/guidelines/make_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,11 @@ Doing the release

* The release should now be ready.

* Edit :file:`nipy/__init__.py` to set ``version`` to e.g. ``0.6.0``; commit.
Then::
* Edit :file:`nipy/__init__.py` to set ``__version__`` to e.g. ``0.6.0``.

Edit :file:`meson.build` to set ``version`` to match.

Commit, then::

make source-release

Expand Down

0 comments on commit de2aeb8

Please sign in to comment.