Prep for 0.1.5

pull/11/head
Richard Harding 12 years ago
parent ff37f3169f
commit 9cf19d9970

@ -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
------

@ -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:

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

Loading…
Cancel
Save