From 0663bc5e1a88016b64f27405fb76ac470fb8b425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Br=C3=A4nnlund?= Date: Fri, 17 Jul 2020 00:00:49 +0200 Subject: [PATCH] Fix broken development docs --- development.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/development.rst b/development.rst index 7efa0fbb..302dac39 100644 --- a/development.rst +++ b/development.rst @@ -68,3 +68,5 @@ Follow these steps to release a new version of the project: 6. Tag the release with the new release version (``git tag v``) 7. Push the tag (``git push upstream --tags``) 8. Done. You can monitor the progress on `Travis `_ + +.. _Pipenv: https://pipenv.pypa.io/en/latest/