mirror of
https://github.com/bookieio/breadability
synced 2024-11-04 12:00:19 +00:00
Prep for 0.1.5
This commit is contained in:
parent
ff37f3169f
commit
9cf19d9970
12
NEWS.txt
12
NEWS.txt
@ -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
|
||||||
------
|
------
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -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:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
VERSION = '0.1.4'
|
VERSION = '0.1.5'
|
||||||
import client
|
import client
|
||||||
from scripts import newtest
|
from scripts import newtest
|
||||||
|
Loading…
Reference in New Issue
Block a user