We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6321843 commit 3a77ecdCopy full SHA for 3a77ecd
2 files changed
CHANGES.txt
@@ -1,7 +1,10 @@
1
Changelog
2
=========
3
4
-1.6 (2105-04-27)
+1.7 (2015-12-08)
5
+ Address type marshalling to Dict. PEP8 cleanup. New-style exception classes.
6
+
7
+1.6 (2015-04-27)
8
Introduce logout functionality. New maintainer.
9
10
1.5 (2014-10-30)
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
setup(name='pyforce',
- version='1.6', # be sure to update the version in pyforce.py too
+ version='1.7', # 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