Back to development: 2.1.7

This commit is contained in:
Eric Steele 2012-05-30 21:16:20 -04:00
parent cdb533e6bc
commit 231cadb449
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
2.1.7 (unreleased)
------------------
- Nothing changed yet.
2.1.6 (2012-05-30)
------------------
- Add Site Administrator role to Review comments permission.

View File

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