summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-04-03 10:31:53 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2012-04-03 10:31:53 -0400
commit635566e2c418f4bb6564c3a4caa215985ff4f72b (patch)
tree3c09cf0e2e5635dc8c7a907671a332680da93a2e
parentaefa224ccafc202b91775329cbb5f478af9a1288 (diff)
Prep for release.
-rw-r--r--NEWS.txt2
-rw-r--r--bs4/__init__.py2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/NEWS.txt b/NEWS.txt
index f000d3d..d48a53a 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,4 +1,4 @@
-= 4.0.3 () =
+= 4.0.3 (20120403) =
* Fixed a typo that caused some versions of Python 3 to convert the
Beautiful Soup codebase incorrectly.
diff --git a/bs4/__init__.py b/bs4/__init__.py
index 8d417e6..68e9fed 100644
--- a/bs4/__init__.py
+++ b/bs4/__init__.py
@@ -17,7 +17,7 @@ http://www.crummy.com/software/BeautifulSoup/bs4/doc/
"""
__author__ = "Leonard Richardson (leonardr@segfault.org)"
-__version__ = "4.0.2"
+__version__ = "4.0.3"
__copyright__ = "Copyright (c) 2004-2012 Leonard Richardson"
__license__ = "MIT"
diff --git a/setup.py b/setup.py
index 3c64c63..507faf5 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ except ImportError:
from distutils.command.build_py import build_py
setup(name="beautifulsoup4",
- version = "4.0.2",
+ version = "4.0.3",
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",