summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-09-19 22:38:00 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-09-19 22:38:00 +0200
commit4410f1c3c3f7703cabe603a63dd07c322f9eaedd (patch)
tree1d7440cf708655c80690e1d160a30c95a3936bba /docs
parent688488d62d518c0ee12c9a910ca3efeb5e18ae61 (diff)
docs: must run make html after tagging, so the html titel says correct version
Diffstat (limited to 'docs')
-rw-r--r--docs/development.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/development.rst b/docs/development.rst
index 1282b9c97..420481680 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -80,11 +80,12 @@ Checklist::
- is Travis CI happy also?
- update CHANGES.rst (compare to git log). check version number of upcoming release.
- check MANIFEST.in and setup.py - are they complete?
-- cd docs ; make html # to update the usage include files
- tag the release::
git tag -s -m "tagged release" 0.26.0
+- cd docs ; make html # to update the usage include files
+- update website with the html
- create a release on PyPi::
python setup.py register sdist upload --identity="Thomas Waldmann" --sign