Commit 0da54492 authored by Tres Seaver's avatar Tres Seaver

Prep 1.4.2 release.

parent c6fa85e9
Changes Changes
======= =======
1.4.2 (unreleased) 1.4.2 (2014-03-20)
------------------ ------------------
- Added support for Python 3.4. - Added support for Python 3.4.
1.4.1 (2013-02-20) 1.4.1 (2013-02-20)
------------------ ------------------
......
...@@ -22,7 +22,7 @@ README = (open(os.path.join(here, 'README.rst')).read() ...@@ -22,7 +22,7 @@ README = (open(os.path.join(here, 'README.rst')).read()
open(os.path.join(here, 'CHANGES.rst')).read()) open(os.path.join(here, 'CHANGES.rst')).read())
setup(name='transaction', setup(name='transaction',
version='1.4.2dev', version='1.4.3',
description='Transaction management for Python', description='Transaction management for Python',
long_description=README, long_description=README,
classifiers=[ 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