We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd4f3c commit b70c38fCopy full SHA for b70c38f
docs/releasing.rst
@@ -1,15 +1,12 @@
1
Releasing
2
=========
3
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)
+To build a new release, modify the version number in:
9
10
``pygccxml/__init__.py``
11
12
-``docs/conf.py``
+This version number will then automatically be used to build
+the documentation and by the setup.py script when building the wheels.
13
14
Do not forget to document the changes in the ``CHANGELOG.md`` file.
15
0 commit comments