Skip to content

Commit

Permalink
Finalize release info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shea Craig committed Jun 25, 2015
1 parent f7ef553 commit 755764d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. This projec

## [Unreleased][unreleased]

## [0.4.0] - 2015-06-25 - Get to the Chopper

### Changed

- Any files referenced in a JSS Recipe will now be searched for in this order:
Expand Down Expand Up @@ -215,7 +217,8 @@ All notable changes to this project will be documented in this file. This projec
- Deprecated `JSS_REPO` key. It will still work, but the processor prioritizes `JSS_REPOS` over it.


[unreleased]: https://github.com/sheagcraig/JSSImporter/compare/v0.3.8...HEAD
[unreleased]: https://github.com/sheagcraig/JSSImporter/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/sheagcraig/JSSImporter/compare/v0.3.8...v0.4.0
[0.3.8]: https://github.com/sheagcraig/JSSImporter/compare/v0.3.7...v0.3.8
[0.3.7]: https://github.com/sheagcraig/JSSImporter/compare/v0.3.6...v0.3.7
[0.3.6]: https://github.com/sheagcraig/JSSImporter/compare/v0.3.5...v0.3.6
Expand Down
2 changes: 1 addition & 1 deletion JSSImporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@


__all__ = ["JSSImporter"]
__version__ = '0.3.9'
__version__ = '0.4.0'
REQUIRED_PYTHON_JSS_VERSION = StrictVersion('1.0.2')


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.9</string>
<string>0.4.0</string>
</dict>
</plist>

0 comments on commit 755764d

Please sign in to comment.