We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c5dc8 commit 5ed8fa0Copy full SHA for 5ed8fa0
2 files changed
CHANGES.txt
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+1.7.2 (2015-12-21)
5
+ Upgraded xmltramp to 2.18 with some inline patching.
6
+ Experimenting with Travis-CI integration.
7
+
8
1.7.1 (2015-12-14)
9
Corrected regression bug in xmltramp when updating to new style classes. Fixes issue 26.
10
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
setup(name='pyforce',
- version='1.7.1', # be sure to update the version in pyforce.py too
+ version='1.7.2', # 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