diff options
Diffstat (limited to 'ext/pybind11/docs/release.rst')
-rw-r--r-- | ext/pybind11/docs/release.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/pybind11/docs/release.rst b/ext/pybind11/docs/release.rst index a15504ea8..30d159a6f 100644 --- a/ext/pybind11/docs/release.rst +++ b/ext/pybind11/docs/release.rst @@ -1,8 +1,10 @@ To release a new version of pybind11: - Update the version number and push to pypi - - Update ``pybind11/_version.py`` (set release version, remove 'dev') - - Update version in ``docs/conf.py`` + - Update ``pybind11/_version.py`` (set release version, remove 'dev'). + - Update ``PYBIND11_VERSION_MAJOR`` etc. in ``include/pybind11/common.h``. + - Ensure that all the information in ``setup.py`` is up-to-date. + - Update version in ``docs/conf.py``. - Tag release date in ``docs/changelog.rst``. - ``git add`` and ``git commit``. - if new minor version: ``git checkout -b vX.Y``, ``git push -u origin vX.Y`` |