Skip to content

Commit

Permalink
Bump version and required python-jss.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shea Craig committed Jun 19, 2015
1 parent 7ad3bed commit f7ef553
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file. This projec
self_service_icon, script templates, and extension attribute templates. It
allows users to avoid having to copy the file to the override directory for
each recipe.
- Updates required python-jss to 1.0.2.

## [0.3.8] - 2015-04-03 - The Soft Bullet In

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


__all__ = ["JSSImporter"]
__version__ = '0.3.8'
REQUIRED_PYTHON_JSS_VERSION = StrictVersion('0.5.4')
__version__ = '0.3.9'
REQUIRED_PYTHON_JSS_VERSION = StrictVersion('1.0.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.8</string>
<string>0.3.9</string>
</dict>
</plist>

0 comments on commit f7ef553

Please sign in to comment.