Commit b4a6c463 authored by Jim Fulton's avatar Jim Fulton

2.0.2

parent de132027
Changes Changes
======= =======
2.0.2 (2016-11-13)
------------------
- Fixed: Some legacy applications expect the transaction _extension - Fixed: Some legacy applications expect the transaction _extension
attribute to be settable and it wasn't. attribute to be mutable and it wasn't.
2.0.1 (2016-11-11) 2.0.1 (2016-11-11)
------------------ ------------------
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE. # FOR A PARTICULAR PURPOSE.
# #
############################################################################## ##############################################################################
version = '2.0.1' version = '2.0.2'
import os import os
from setuptools import setup, find_packages 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