Prepare 2.2.7 release.

This commit is contained in:
Timo Stollenwerk 2013-08-20 10:44:36 +02:00
parent 4dc5177fdd
commit 1903008c76
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
2.2.7 (unreleased)
2.2.7 (2013-08-20)
------------------
- Fix comments viewlet's get_replies for non-annotatable objects.

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = '2.2.7.dev0'
version = '2.2.7'
install_requires = [
'setuptools',