Prep for 0.1.5

This commit is contained in:
Richard Harding 2012-06-16 21:17:37 -04:00
parent ff37f3169f
commit 9cf19d9970
3 changed files with 13 additions and 3 deletions

View File

@ -6,6 +6,16 @@
News 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 0.1.4
------ ------
@ -15,7 +25,6 @@ News
* Add tests and fixes for the scripting news parse failure. * Add tests and fixes for the scripting news parse failure.
0.1.3 0.1.3
------ ------
@ -24,6 +33,7 @@ News
* Add actual testing of full articles for regression tests. * Add actual testing of full articles for regression tests.
* Update parser to properly clean after winner doc node is chosen. * Update parser to properly clean after winner doc node is chosen.
0.1.2 0.1.2
------ ------

View File

@ -6,7 +6,7 @@ README = open(os.path.join(here, 'README.rst')).read()
NEWS = open(os.path.join(here, 'NEWS.txt')).read() NEWS = open(os.path.join(here, 'NEWS.txt')).read()
version = '0.1.4' version = '0.1.5'
install_requires = [ install_requires = [
# List your project dependencies here. # List your project dependencies here.
# For more details, see: # For more details, see:

View File

@ -1,3 +1,3 @@
VERSION = '0.1.4' VERSION = '0.1.5'
import client import client
from scripts import newtest from scripts import newtest