Commit aec23aaa authored by Tres Seaver's avatar Tres Seaver

Prep 1.4.4 release.

parent 106a8dca
Changes
=======
1.4.4 (unreleased)
1.4.4 (2015-05-19)
------------------
- Use the standard ``valuerefs()`` method rather than relying on
......
......@@ -27,7 +27,7 @@ def _read_file(filename):
README = _read_file('README.rst') + '\n\n' + _read_file('CHANGES.rst')
setup(name='transaction',
version='1.4.4dev',
version='1.4.4',
description='Transaction management for Python',
long_description=README,
classifiers=[
......
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