Skip to content

Commit b70c38f

Browse files
committed
Update the documentation
Now that the previous commit single-sourced the version number, we need only to change it at one place.
1 parent dbd4f3c commit b70c38f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/releasing.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
Releasing
22
=========
33

4-
To build a new release, the following files should be modified:
5-
6-
Modify the version numbers in:
7-
8-
``setup.py`` (version and download_url)
4+
To build a new release, modify the version number in:
95

106
``pygccxml/__init__.py``
117

12-
``docs/conf.py``
8+
This version number will then automatically be used to build
9+
the documentation and by the setup.py script when building the wheels.
1310

1411
Do not forget to document the changes in the ``CHANGELOG.md`` file.
1512

0 commit comments

Comments
 (0)