Skip to content

Commit 47757a2

Browse files
committed
Corrected regression bug in xmltramp when updating to new style classes. Fixes issue 26.
1 parent 6d077f7 commit 47757a2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
1.7.1 (2015-12-14)
5+
Corrected regression bug in xmltramp when updating to new style classes. Fixes issue 26.
6+
47
1.7 (2015-12-08)
58
Address type marshalling to Dict. PEP8 cleanup. New-style exception classes.
69

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44
setup(name='pyforce',
5-
version='1.7', # be sure to update the version in pyforce.py too
5+
version='1.7.1', # be sure to update the version in pyforce.py too
66
package_dir={'': 'src'},
77
packages=['pyforce'],
88
author = "Simon Fell et al. reluctantly Forked by idbentley",

0 commit comments

Comments
 (0)