From 8f76839d6f6b2fa902851650c5f2c99128d0152d 2016-02-03 17:34:20 From: Thomas Kluyver Date: 2016-02-03 17:34:20 Subject: [PATCH] jsversion is no longer part of IPython --- diff --git a/docs/source/coredev/release_process.rst b/docs/source/coredev/release_process.rst index 7ab4fc6..b279c6a 100644 --- a/docs/source/coredev/release_process.rst +++ b/docs/source/coredev/release_process.rst @@ -102,7 +102,7 @@ release is: ``1.3rc1``. Notice that there is no separator between the '3' and the 'r'. -Commit the changes to release.py and jsversion:: +Commit the changes to release.py:: git commit -am "release $VERSION" git push origin $BRANCH