summaryrefslogtreecommitdiff
path: root/prepare-release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'prepare-release.sh')
-rw-r--r--prepare-release.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/prepare-release.sh b/prepare-release.sh
index cfcc59b..34a655f 100644
--- a/prepare-release.sh
+++ b/prepare-release.sh
@@ -8,6 +8,11 @@
# release the second time, add the '--pre' argument to pip install to
# find the 'prerelease'.
+# Change the version number in
+# CHANGELOG
+# setup.py
+# bs4/__init__.py
+
# Make sure tests pass
./test-all-versions