11 wiersze
196 B
ReStructuredText
11 wiersze
196 B
ReStructuredText
How to release
|
|
===================
|
|
|
|
Change version number in ``setup.py`` and ``doc/source/conf.py`` and commit it.
|
|
Make a tag like ``git tag -s v1.2.3``
|
|
|
|
``git push --tags``
|
|
|
|
./publish-release
|
|
|
|
|