From a48fa6928e1103df9c4fc44e25b8bd5a9ecd4f23 Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Mon, 23 Apr 2018 21:37:20 -0400 Subject: [PATCH] forgot comma in rever.xsh --- rever.xsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rever.xsh b/rever.xsh index 204521bbc..5f3900adb 100644 --- a/rever.xsh +++ b/rever.xsh @@ -1,8 +1,8 @@ $PROJECT = $GITHUB_ORG = $GITHUB_REPO = 'xonsh' $WEBSITE_URL = 'http://xon.sh' $ACTIVITIES = ['version_bump', 'changelog', 'pytest', - 'tag', 'push_tag', 'pypi', 'conda_forge', 'ghpages', 'ghrelease' - 'sphinx', + 'tag', 'push_tag', 'pypi', 'conda_forge', 'ghpages', + 'ghrelease', 'sphinx', ] $VERSION_BUMP_PATTERNS = [