plan next release for ... today

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-09-04 21:20:05 +02:00
commit 7646375218
3 changed files with 8 additions and 5 deletions

View file

@ -173,6 +173,13 @@ eof
;;
release)
set -e
# First check everything is sane
"$0" check-date
"$0" check-unittest
;;
test)
export PYTHONPATH="$(pwd -P)"