diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-06 11:19:56 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-06 11:19:56 -0500 |
commit | 5e07ed3b1d6cd3e8e615a1f9cc707bcbe043f5a0 (patch) | |
tree | 3b5f2ec6c82fd5378c920c89bf672035ca54f798 /bs4/__init__.py | |
parent | 426e9c118f2f09788fc7226366d261e8851cd268 (diff) |
You can't replace a tag with its parent, or insert a tag into itself. replace operations return the thing that was replaced.
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r-- | bs4/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py index b469811..ee68e25 100644 --- a/bs4/__init__.py +++ b/bs4/__init__.py @@ -18,6 +18,7 @@ http://www.crummy.com/software/BeautifulSoup/documentation.html """ __author__ = "Leonard Richardson (leonardr@segfault.org)" +__version__ = "4.0.0b4" __copyright__ = "Copyright (c) 2004-2012 Leonard Richardson" __license__ = "MIT" |