Skip to content

Commit

Permalink
Update documentation and version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shea Craig committed Jul 28, 2015
1 parent 88484d0 commit 601caae
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. This projec

## [Unreleased][unreleased]

## [1.2.1] - 2015-07-28 - U0001F49A

### Fixed

- Restated cipher list to solve #42 and sheagcraig/jss-autopkg-addon#44. Thanks to @rtrouton for extensive testing patience.

## [1.2.0] - 2015-07-21 - Your Cipher is all Over my Necktie

### Changed
Expand Down Expand Up @@ -462,7 +468,8 @@ I did a quick update to include an egg installer on pypi.org. This was needed to
- Initial release.
[unreleased]: https://github.com/sheagcraig/python-jss/compare/v1.2.0...HEAD
[unreleased]: https://github.com/sheagcraig/python-jss/compare/v1.2.1...HEAD
[1.2.1]: https://github.com/sheagcraig/python-jss/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/sheagcraig/python-jss/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/sheagcraig/python-jss/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/sheagcraig/python-jss/compare/v1.0.1...v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion jss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
JSSUnsupportedFileType, JSSError)
from tools import is_osx, is_linux

__version__ = "1.2.1b1"
__version__ = "1.2.1"
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@

setup(name = 'python-jss',
version = __version__,
#py_modules=['jss', 'FoundationPlist'],
packages = find_packages(),
package_data = {
# Make sure to include Requests cacert.cer file
'': ['*.pem', '*.md'],
},
description = 'Python wrapper for JSS API.',
long_description = read_md('README.md'),
author = 'Shea G. Craig',
Expand Down

0 comments on commit 601caae

Please sign in to comment.