summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-08-12 16:04:20 -0400
committerRyan Petrello <lists@ryanpetrello.com>2013-08-12 16:04:20 -0400
commit190662a78e0557deb9cbe262f898f65ec2fad64f (patch)
tree60e9d3503cfbccc4040c66961a7a47b5854ccccd
parent45fe6b5e8731ab3d0bb6178b1857516d1bb7123d (diff)
downloadpecan-190662a78e0557deb9cbe262f898f65ec2fad64f.tar.gz
Version increment.0.3.2
-rw-r--r--docs/source/changes.rst7
-rw-r--r--setup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/source/changes.rst b/docs/source/changes.rst
index c0a21ba..b35f49b 100644
--- a/docs/source/changes.rst
+++ b/docs/source/changes.rst
@@ -1,3 +1,10 @@
+0.3.2
+=====
+* Made some changes to simplify how ``pecan.conf.app`` is passed to new apps.
+* Fixed a routing bug for certain ``_lookup`` controller configurations.
+* Improved documentation for handling file uploads.
+* Deprecated the ``pecan.conf.requestviewer`` configuration option.
+
0.3.1
=====
* ``on_error`` hooks can now return a Pecan Response objects.
diff --git a/setup.py b/setup.py
index b84d063..0914427 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ import sys
from setuptools import setup, find_packages
-version = '0.3.1'
+version = '0.3.2'
#
# determine requirements