Preparing release 2.1.7

This commit is contained in:
Eric Steele 2012-06-29 22:37:15 -04:00
parent 53428fe5f6
commit b39029fc11
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog
=========
2.1.7 (unreleased)
2.1.7 (2012-06-29)
------------------
- Prune duplicated test code.

View File

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