From 9cf19d99708abc1b0c24eb580a20124a29969cac Mon Sep 17 00:00:00 2001 From: Richard Harding Date: Sat, 16 Jun 2012 21:17:37 -0400 Subject: [PATCH] Prep for 0.1.5 --- NEWS.txt | 12 +++++++++++- setup.py | 2 +- src/breadability/__init__.py | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/NEWS.txt b/NEWS.txt index 270b485..d09de0c 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -6,6 +6,16 @@ News ==== +0.1.5 +------ + +* Release date: June 16th 2012* + +* Start to look at removing bad links from content in the conditional cleaning + state. This was really used for the scripting.com site's garbage. + + + 0.1.4 ------ @@ -15,7 +25,6 @@ News * Add tests and fixes for the scripting news parse failure. - 0.1.3 ------ @@ -24,6 +33,7 @@ News * Add actual testing of full articles for regression tests. * Update parser to properly clean after winner doc node is chosen. + 0.1.2 ------ diff --git a/setup.py b/setup.py index 6adb1e2..74e0a1e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ README = open(os.path.join(here, 'README.rst')).read() NEWS = open(os.path.join(here, 'NEWS.txt')).read() -version = '0.1.4' +version = '0.1.5' install_requires = [ # List your project dependencies here. # For more details, see: diff --git a/src/breadability/__init__.py b/src/breadability/__init__.py index b355403..871eb77 100644 --- a/src/breadability/__init__.py +++ b/src/breadability/__init__.py @@ -1,3 +1,3 @@ -VERSION = '0.1.4' +VERSION = '0.1.5' import client from scripts import newtest