Skip to content

Commit

Permalink
More docfixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Apr 13, 2015
1 parent 3c6f6b6 commit 9e86279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ are fine.
* ``make docs`` and review changelog.
* ``git add HISTORY.rst pulsar/__init__.py; git commit -m "Version <version>"``
* ``make release``
* Review `Test PyPI site <https://testpypi.python.org/pypi/pulsar>`_
* Review `Test PyPI site <https://testpypi.python.org/pypi/pulsar-app>`_
for errors.
* Test intall ``pip install -i https://testpypi.python.org/pypi pulsar``.
* Test intall ``pip install -i https://testpypi.python.org/pypi pulsar-app``.
* ``git tag <release>``
* Update version info in ``pulsar/__init__.py`` (n+1.dev0) and create new entry in HISTORY.rst.
* ``git add HISTORY.rst pulsar/__init__.py; git commit -m "Start work on new version"``
Expand Down

0 comments on commit 9e86279

Please sign in to comment.