Commit 3dfa2d7e authored by Jim Fulton's avatar Jim Fulton

1.5.0

parent e0df9d05
Changes
=======
1.5.0 (unreleased)
1.5.0 (2016-05-05)
------------------
- Drop support for Python 2.6 and 3.2.
- Add support for Python 3.5.
- Added APIs for interogating and clearing internal state to support
client tests.
1.4.4 (2015-05-19)
------------------
......
......@@ -27,7 +27,7 @@ def _read_file(filename):
README = _read_file('README.rst') + '\n\n' + _read_file('CHANGES.rst')
setup(name='transaction',
version='1.5.0.dev0',
version='1.5.0',
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