summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/index.rst2
-rw-r--r--prepare-release.sh4
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 34ec7cf..8a1a2d5 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -18,7 +18,7 @@ with examples. I show you what the library is good for, how it works,
how to use it, how to make it do what you want, and what to do when it
violates your expectations.
-This document covers Beautiful Soup version 4.9.2. The examples in
+This document covers Beautiful Soup version 4.9.3. The examples in
this documentation should work the same way in Python 2.7 and Python
3.8.
diff --git a/prepare-release.sh b/prepare-release.sh
index 34a655f..a73b17f 100644
--- a/prepare-release.sh
+++ b/prepare-release.sh
@@ -12,6 +12,7 @@
# CHANGELOG
# setup.py
# bs4/__init__.py
+# doc/source/index.rst
# Make sure tests pass
./test-all-versions
@@ -32,10 +33,11 @@ twine upload --repository-url https://test.pypi.org/legacy/ dist/*
# Upload for real
twine upload dist/*
-
# How to install from test PYPI: you need to reference the real server to get the soupstrainer dependency.
pip install -i https://testpypi.python.org/pypi beautifulsoup4 --extra-index-url=https://pypi.python.org/pypi
+
+
# Old instructions: