Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Add CHANGELOG. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shea Craig committed May 4, 2015
1 parent d5830d8 commit b312907
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Spruce.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b312907

Please sign in to comment.