Commit 4e472621 authored by Jim Fulton's avatar Jim Fulton

1.6.0

parent b9d2a6ae
Changes
=======
1.6.0 (TBD)
-----------
1.6.0 (2016-05-21)
------------------
- New transaction API for storing data on behalf of objects, such as
data managers.
......
......@@ -11,8 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Setup
"""
version = '1.6.0'
import os
from setuptools import setup, find_packages
......@@ -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',
version=version,
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