Prep for 0.1.1 release

pull/4/merge 0.1.1
Richard Harding 12 years ago
parent e168484126
commit 90a02569ca

@ -1,19 +0,0 @@
Development setup
=================
To create a buildout,
$ python bootstrap.py
$ bin/buildout
Release HOWTO
=============
To make a release,
1) Update release date/version in NEWS.txt and setup.py
2) Run 'python setup.py sdist'
3) Test the generated source distribution in dist/
4) Upload to PyPI: 'python setup.py sdist register upload'
5) Increase version in setup.py (for next release)

@ -6,6 +6,15 @@
News
====
0.1.1
------
*Release date: May 11th 2012*
* Fix bugs in scoring to help in getting right content
* Add concept of -d which shows scoring/decisions on nodes
* Update command line client to be able to pipe output to other tools
0.1.0
---

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

Loading…
Cancel
Save