Skip to content

Commit

Permalink
Update for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shea Craig committed Jul 2, 2015
1 parent c1a04ec commit b2c56f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 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.1.0] - 2015-06-10 - Velvet Nachos

### Changed

- `Package.new` now sets the `boot_volume_required` property to `true` by default.

## [1.0.2] - 2015-06-10 - When Doves Cry

### Fixed
Expand Down Expand Up @@ -435,7 +441,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.0.2...HEAD
[unreleased]: https://github.com/sheagcraig/python-jss/compare/v1.1.0...HEAD
[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
[1.0.1]: https://github.com/sheagcraig/python-jss/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/sheagcraig/python-jss/compare/v0.5.9...v1.0.0
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.0.2"
__version__ = "1.1.0"

0 comments on commit b2c56f3

Please sign in to comment.