From 8dcb06867dfd6c38b729a09300e39e58cc69dd81 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 21 Jul 2014 01:43:33 +0200 Subject: [PATCH] docs: Update filename --- docs/devtools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devtools.rst b/docs/devtools.rst index 64bb7e6b..f495b6e8 100644 --- a/docs/devtools.rst +++ b/docs/devtools.rst @@ -54,7 +54,7 @@ Creating releases #. Update changelog and commit it. #. Bump the version number in ``mopidy/__init__.py``. Remember to update the - test case in ``tests/version_test.py``. + test case in ``tests/test_version.py``. #. Merge the release branch (``develop`` in the example) into master::