Skip to content

Commit

Permalink
Release information updated for 0.3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shea Craig committed Sep 4, 2014
1 parent 7ae61bd commit 49aadf1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
### 0.3.9 (September 3, 2014) Chorizo

FIXES:

- Fix resource name when using FileUpload. Previous behavior was to give resource the full upload path as a name. Switched to just os.path.basename()

### 0.3.8 (September 3, 2014)

ADDITIONS:

- Add method ```DistributionPoints.exists()``` for testing for the existence of a script/pkg across all distribution points.

### 0.3.7 (August 29, 2014)
### 0.3.7 (August 29, 2014) Hot Dog Sundae

ADDITIONS:

Expand All @@ -24,7 +30,7 @@ CHANGES:
- Add handling of ```repos``` preference key in com.github.sheagcraig.python-jss.plist. See README.
- JSS objects now have a DistributionPoint property included at init time, so you don't need to instantiate one. Just delegate!

### 0.3.5 (August 21, 2014)
### 0.3.5 (August 21, 2014) Retcon Cheese Sauce

CHANGES:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ Installing and/or upgrading the following packages should solve the problem:

Supposedly, requests with py3.x does not have this problem, so developing with that environment may be a possibility for you as well.

Hopefully this is temporary, although requests' changelog does claim to have "Fix(ed) previously broken SNI support." at version 2.1.0 (Current included version is 2.3.0).
Hopefully this is temporary, although requests' changelog does claim to have "Fix(ed) previously broken SNI support." at version 2.1.0 (Current included version is 2.4.0).

FoundationPlist, binary plists, and Python:
=================
Expand Down
2 changes: 1 addition & 1 deletion jss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
from jss import *
from distribution_points import DistributionPoints

__version__ = "0.3.8"
__version__ = "0.3.9"

0 comments on commit 49aadf1

Please sign in to comment.