Skip to content

Commit a701bbe

Browse files
committed
Update release process
1 parent 4ee7700 commit a701bbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASE.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Process
1919

2020
- Review and update ``doc/release_notes.rst``.
2121

22-
- Update ``__version__`` in ``numpydoc/__init__.py``.
22+
- Update ``__version__`` in ``numpydoc/_version.py``.
2323

2424
- Commit changes::
2525

26-
git add numpydoc/__init__.py doc/release_notes.rst
26+
git add numpydoc/_version.py doc/release_notes.rst
2727
git commit -m 'Designate <version> release'
2828

2929
- Add the version number (e.g., `v1.2.0`) as a tag in git::
@@ -50,10 +50,10 @@ Process
5050
python -m build --sdist --wheel
5151
twine upload -s dist/*
5252

53-
- Update ``__version__`` in ``numpydoc/__init__.py``.
53+
- Update ``__version__`` in ``numpydoc/_version.py``.
5454

5555
- Commit changes::
5656

57-
git add numpydoc/__init__.py
57+
git add numpydoc/_version.py
5858
git commit -m 'Bump version'
5959
git push origin main

0 commit comments

Comments
 (0)