Skip to content

Commit

Permalink
Release 1.7: Address type marshalling to Dict. PEP8 cleanup. New-styl…
Browse files Browse the repository at this point in the history
…e exception classes.
  • Loading branch information
ellieayla committed Dec 8, 2015
1 parent 6321843 commit 3a77ecd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Changelog
=========

1.6 (2105-04-27)
1.7 (2015-12-08)
Address type marshalling to Dict. PEP8 cleanup. New-style exception classes.

1.6 (2015-04-27)
Introduce logout functionality. New maintainer.

1.5 (2014-10-30)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3a77ecd

Please sign in to comment.