Prepare 2.1.5 release.

This commit is contained in:
Timo Stollenwerk 2012-04-05 07:20:13 +02:00
parent f66d6e1c05
commit 7d7fcc4cd2
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
2.1.5 (unreleased)
2.1.5 (2012-04-05)
------------------
- Redirect to "/view" for Image, File and anything listed as requiring

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '2.1.5dev'
version = '2.1.5'
install_requires = [
'setuptools',