diff --git a/debian/changelog b/debian/changelog index 2a7c3e74..cf5f384f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rmtoo (23) unstable; urgency=low + + * Version 23 (see release notes for detailed description). + + -- Andreas Florath Wed, 26 March 2011 09:01:27 +0100 + rmtoo (22) unstable; urgency=low * Version 22 (see release notes for detailed description). diff --git a/setup.py b/setup.py index 7c1e986b..00fd0877 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os, sys package = 'rmtoo' -version = '22' +version = '23' add_data = [] for dadi in ['rmtoo/tests', 'rmtoo/collection']: