Skip to content

Commit

Permalink
Bump version, update CHANGELOG prior to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shea Craig committed Jan 29, 2015
1 parent 503053b commit bc0b644
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 0.5.4 (December 9, 2014) Apex Predator

FIXES:

- ```distribution_points.DistributionPoint``` did not have ```id_``` arguments.
- Whitespace cleanup.
- Migrated JSS with AFP or SMB shares now correctly copies scripts to DB instead of fileshare.
- AFP and SMB distribution points should require ```share_name``` argument.
- Standardized ```id_```'s in ```distribution_points``` to be ints.

### 0.5.3 (December 9, 2014) Dress For Success

FIXES:
Expand Down
2 changes: 1 addition & 1 deletion jss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
JSSUnsupportedSearchMethodError, JSSFileUploadParameterError,
JSSUnsupportedFileType)

__version__ = "0.5.3"
__version__ = "0.5.4"

0 comments on commit bc0b644

Please sign in to comment.