diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7ee8032 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Change Log +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## [Unreleased][unreleased] + +## [1.0.1] - 2015-05-04 Chihuahua Spruce +### CHANGED +- Just code style updates. + +## [0.1.0] - 2015-02-05 Norwegian Spruce +Initial Release. + +[unreleased]: https://github.com/sheagcraig/yo/compare/1.0.1...HEAD +[1.0.1]: https://github.com/sheagcraig/auto_logout/compare/0.1.0...1.0.1 diff --git a/Spruce.py b/Spruce.py index 3a0f127..a2da156 100755 --- a/Spruce.py +++ b/Spruce.py @@ -82,7 +82,7 @@ "Uses configured AutoPkg/JSSImporter settings first; " "Then falls back to python-jss settings.") -__version__ = "0.1.0" +__version__ = "1.0.1" class Error(Exception):