We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d077f7 commit 47757a2Copy full SHA for 47757a2
2 files changed
CHANGES.txt
@@ -1,6 +1,9 @@
1
Changelog
2
=========
3
4
+1.7.1 (2015-12-14)
5
+ Corrected regression bug in xmltramp when updating to new style classes. Fixes issue 26.
6
+
7
1.7 (2015-12-08)
8
Address type marshalling to Dict. PEP8 cleanup. New-style exception classes.
9
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
setup(name='pyforce',
- version='1.7', # be sure to update the version in pyforce.py too
+ version='1.7.1', # be sure to update the version in pyforce.py too
package_dir={'': 'src'},
packages=['pyforce'],
author = "Simon Fell et al. reluctantly Forked by idbentley",
0 commit comments