diff --git a/CHANGES.txt b/CHANGES.txt index dbe0915e..3a95e5e4 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,9 @@ +0.3.2 (2013/08/24) + - fixes a problem with the devices drivers + +0.3.1 (2013/08/23) + - fixes a problem that prevented spreads to be installed + 0.3 (2013/08/23) - Plugins can add completely new subcommands. - GUI plugin that provides a graphical workflow wizard. diff --git a/doc/changelog.rst b/doc/changelog.rst index e449e20c..1e8a807f 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,14 @@ Changelog ========= +0.3.2 (2013/08/24) +------------------ +* Fixes a critical bug in the devices drivers + +0.3.1 (2013/08/23) +------------------ +* Fixes a bug that prevented spreads to be installed + 0.3 (2013/08/23) ---------------- * Plugins can add completely new subcommands. diff --git a/setup.py b/setup.py index b4c3fef5..dc46364c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='spreads', - version='0.3.1', + version='0.3.2', author='Johannes Baiter', author_email='johannes.baiter@gmail.com', packages=['spreads', 'spreadsplug', 'spreadsplug.dev'],