Prep for 0.1.3 release

pull/11/head
Richard Harding 12 years ago
parent c2f935bf51
commit 3b00d33ad3

@ -6,10 +6,18 @@
News
====
0.1.3
------
* Release date: June 15th 2012*
* Add actual testing of full articles for regression tests.
* Update parser to properly clean after winner doc node is chosen.
0.1.2
------
* Release date: June 28th 2012*
* Release date: May 28th 2012*
* Bugfix: #4 issue with logic of the 100char bonus points in scoring
* Garden with PyLint/PEP8

@ -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.2'
version = '0.1.3'
install_requires = [
# List your project dependencies here.
# For more details, see:

@ -1,2 +1,2 @@
VERSION = '0.1.2'
VERSION = '0.1.3'
import client

Loading…
Cancel
Save