diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-05-31 09:44:37 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-05-31 09:44:37 -0400 |
commit | 40d0fcd877e58f2862025f5a39a8ab0861e12b8b (patch) | |
tree | 56da721ec08ef341474cb1836a4c3c14e52b21cb /bs4/__init__.py | |
parent | 9ebf90c684990306433b6c364a93b425a88ef2e7 (diff) |
Reverted the patch that gives NavigableString a .name property, because that's too big an API change for a bugfix release.
Diffstat (limited to 'bs4/__init__.py')
-rw-r--r-- | bs4/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/__init__.py b/bs4/__init__.py index a949d6d..03b2416 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.3.0" +__version__ = "4.2.1" __copyright__ = "Copyright (c) 2004-2013 Leonard Richardson" __license__ = "MIT" |