summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-08-20 14:16:17 +0000
committerChris McDonough <chrism@agendaless.com>2008-08-20 14:16:17 +0000
commitbe16f6b5c59043a164120171a5b0926d158959fd (patch)
tree189b417c3df6edd2ff09a0b89bfb747a20841889
parent35045667a171c5017c6b1b54cb91e4ea19bb61ba (diff)
downloadpyramid-be16f6b5c59043a164120171a5b0926d158959fd.tar.gz
pyramid-be16f6b5c59043a164120171a5b0926d158959fd.tar.bz2
pyramid-be16f6b5c59043a164120171a5b0926d158959fd.zip
Prep for 0.3.1.
-rw-r--r--CHANGES.txt2
-rw-r--r--setup.py2
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