2016-02-01 14:51:35 +00:00
|
|
|
To release a new version of pybind11:
|
|
|
|
|
2016-03-09 00:31:52 +00:00
|
|
|
- Update the version number and push to pypi
|
|
|
|
- Update ``pybind11/_version.py`` (set release version, remove 'dev')
|
2016-05-10 12:09:05 +00:00
|
|
|
- Tag release date in ``doc/changelog.rst``.
|
2016-03-09 00:31:52 +00:00
|
|
|
- ``git add`` and ``git commit``.
|
2016-05-10 12:09:05 +00:00
|
|
|
- ``git tag -a vX.Y -m 'vX.Y release'``.
|
|
|
|
- ``git push``
|
|
|
|
- ``git push --tags``.
|
2016-03-09 00:31:52 +00:00
|
|
|
- ``python setup.py sdist upload``.
|
|
|
|
- ``python setup.py bdist_wheel upload``.
|
2016-05-10 14:59:01 +00:00
|
|
|
- Update conda-forge (https://github.com/conda-forge/pybind11-feedstock)
|
2016-05-10 12:09:05 +00:00
|
|
|
- change version number in ``meta.yml``
|
|
|
|
- update checksum to match the one computed by pypi
|
2016-03-09 00:31:52 +00:00
|
|
|
- Get back to work
|
|
|
|
- Update ``_version.py`` (add 'dev' and increment minor).
|
|
|
|
- Update version macros in ``include/pybind11/common.h``
|
2016-05-10 12:09:05 +00:00
|
|
|
- ``git add`` and ``git commit``.
|
|
|
|
``git push``
|