diff options
author | Leonard Richardson <leonardr@segfault.org> | 2020-10-03 11:33:36 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2020-10-03 11:33:36 -0400 |
commit | 89d6c7aa7d8c1946707535c334c1eec80c44f9a9 (patch) | |
tree | 581a0a92337a79deda97f2a92348004d1c4e8c0f /prepare-release.sh | |
parent | a352cbfd08b039d393a68ee8bc62d5d86cf02fbf (diff) |
Prepare for release.
Diffstat (limited to 'prepare-release.sh')
-rw-r--r-- | prepare-release.sh | 5 |
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 |