From be16f6b5c59043a164120171a5b0926d158959fd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 20 Aug 2008 14:16:17 +0000 Subject: Prep for 0.3.1. --- CHANGES.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6325e6c32..50ba6cb6c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -Next release +0.3.1 (8/20/2008) - Generated application differences: ``make_app`` entry point renamed to ``app`` in order to have a different name than the bfg diff --git a/setup.py b/setup.py index 048f0cc47..44aed8616 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # ############################################################################## -__version__ = '0.3.0' +__version__ = '0.3.1' import os -- cgit v1.2.3