Commit 90ded76c authored by Tres Seaver's avatar Tres Seaver

Prep 1.1.2 release.

parent 6dbdd661
......@@ -4,9 +4,12 @@ Status
Change History
**************
1.1.2 (unreleased)
1.1.2 (2009-03-16)
==================
- Fixed remaining deprecation warnings under Python 2.6, both when running
our tests and when using the package.
- Switched from using os.popen* to subprocess.Popen, to avoid a deprecation
warning in Python 2.6. See:
......
......@@ -12,7 +12,7 @@
#
##############################################################################
version = "1.1.2dev"
version = "1.1.2"
import os
from setuptools import setup, find_packages
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment