Preparing release 2.1.3

This commit is contained in:
Eric Steele 2012-01-24 22:02:46 -05:00
parent 07b8ebc5df
commit 2a36f778af
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
2.1.3 (unreleased)
2.1.3 (2012-01-24)
------------------
- Set modified date of object receiving comments so that caching works

View File

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