Skip to content

Commit 3a77ecd

Browse files
committed
Release 1.7: Address type marshalling to Dict. PEP8 cleanup. New-style exception classes.
1 parent 6321843 commit 3a77ecd

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGES.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Changelog
22
=========
33

4-
1.6 (2105-04-27)
4+
1.7 (2015-12-08)
5+
Address type marshalling to Dict. PEP8 cleanup. New-style exception classes.
6+
7+
1.6 (2015-04-27)
58
Introduce logout functionality. New maintainer.
69

710
1.5 (2014-10-30)

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.6', # be sure to update the version in pyforce.py too
5+
version='1.7', # 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)