From 5c8b0fb523c5dbb0c28d985e85db8b0828709ddd Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Wed, 1 Jun 2016 08:03:22 +0200 Subject: [PATCH] fix minor typos --- HOWTORELEASE.rst | 4 ++-- doc/en/announce/release-2.9.2.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HOWTORELEASE.rst b/HOWTORELEASE.rst index 3ebfa28b1..afc0c3bc3 100644 --- a/HOWTORELEASE.rst +++ b/HOWTORELEASE.rst @@ -41,7 +41,7 @@ Note: this assumes you have already registered on pypi. 8. Build the docs, you need a virtualenv with py and sphinx installed:: - cd doc/en + cd doc/en make html Commit any changes before tagging the release. @@ -71,7 +71,7 @@ Note: this assumes you have already registered on pypi. 11. Publish to pypi:: - devpi push pytest-VERSION pypi:NAME + devpi push pytest==VERSION pypi:NAME where NAME is the name of pypi.python.org as configured in your ``~/.pypirc`` file `for devpi `_. diff --git a/doc/en/announce/release-2.9.2.rst b/doc/en/announce/release-2.9.2.rst index ca81aac80..be7968c0e 100644 --- a/doc/en/announce/release-2.9.2.rst +++ b/doc/en/announce/release-2.9.2.rst @@ -1,4 +1,4 @@ -pytest-2.9.1 +pytest-2.9.2 ============ pytest is a mature Python testing tool with more than a 1100 tests