Skip to content

Commit

Permalink
Update CHANGELOG and setup.py for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shea Craig committed Jul 17, 2014
1 parent 251f18a commit 0317e8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
### 0.3.1 (UNRELEASED)
### 0.3.1 (July 16, 2014)

CHANGES:

- ```JSS._error_handler()``` now adds a ```status_code``` attribute to exceptions.

FIXES:

- ```JSSObject.save()``` was confusing. If you created a new object with
- ```JSSObject.save()``` was confusing. If you created a new object with
```JSSObject()``` that conflicted with an existing object on the JSS, the save
would fail with a ```JSSPutError```. Now we check for conflicts and instead return
a ```JSSPostError``` with a more helpful error message.
- I mistakenly listed the preference key as ```jss_password``` in the README. Now the code and README agree: ```jss_pass``` is the correct key.

### 0.3 (July 3, 2014)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
read_md = lambda f: open(f, 'r').read()

setup(name='python-jss',
version='0.3',
version='0.3.1',
#py_modules=['jss', 'FoundationPlist'],
packages=find_packages(),
description='Python wrapper for JSS API.',
Expand Down

0 comments on commit 0317e8f

Please sign in to comment.