summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-04-16 11:15:38 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2012-04-16 11:15:38 -0400
commitada20cd3b9ba283ac6c327d963df2cc546e7d46b (patch)
tree4c6eca038db5e1c3339fd08b3a353287206423ce
parenta39471d0e93f82a1a29fa5ff7807d2a11cb77895 (diff)
downloadbeautifulsoup4-ada20cd3b9ba283ac6c327d963df2cc546e7d46b.tar.gz
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 2b8fac7..bca8022 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,4 +1,4 @@
-= 4.0.4 () =
+= 4.0.4 (20120416) =
* Fixed a bug that sometimes created disconnected trees.
diff --git a/bs4/__init__.py b/bs4/__init__.py
index b7f4898..54a58d0 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.3"
+__version__ = "4.0.4"
__copyright__ = "Copyright (c) 2004-2012 Leonard Richardson"
__license__ = "MIT"
diff --git a/setup.py b/setup.py
index 507faf5..f6827ea 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.3",
+ version = "4.0.4",
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",