Skip to content

Commit

Permalink
Bump version to get python-jss 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shea Craig committed Dec 5, 2014
1 parent b327350 commit 893d365
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 0.3.4 (December 5, 2014) Walrus Odor

CHANGES:

- Updates to python-jss 0.5.2

FIXES:

- JDS operations use the same session as "regular" API calls. This should honor the JSS_VERIFY_SSL setting now. (sheagcraig/python-jss#18)

### 0.3.3 (December 4, 2014) Pickles

CHANGES:
Expand Down
4 changes: 2 additions & 2 deletions JSSImporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@


__all__ = ["JSSImporter"]
__version__ = '0.3.3'
REQUIRED_PYTHON_JSS_VERSION = StrictVersion('0.5.1')
__version__ = '0.3.4'
REQUIRED_PYTHON_JSS_VERSION = StrictVersion('0.5.2')


class JSSImporter(Processor):
Expand Down
2 changes: 1 addition & 1 deletion version.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>Version</key>
<string>0.3.3</string>
<string>0.3.4</string>
</dict>
</plist>

0 comments on commit 893d365

Please sign in to comment.