Skip to content

Commit

Permalink
💎 Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Jan 26, 2017
1 parent acfb749 commit 17bddc1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added

### Changed

### Fixed

### Removed

## [0.2.0]
### Added
- Equality comparison of `State` instances

### Changed
Expand Down Expand Up @@ -63,7 +72,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First Release

[Unreleased]: https://github.com/bryanwweber/thermostate/compare/v0.1.7...master
[Unreleased]: https://github.com/bryanwweber/thermostate/compare/v0.2.0...master
[0.2.0]: https://github.com/bryanwweber/thermostate/compare/v0.1.7...v0.2.0
[0.1.7]: https://github.com/bryanwweber/thermostate/compare/v0.1.6...v0.1.7
[0.1.6]: https://github.com/bryanwweber/thermostate/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/bryanwweber/thermostate/compare/v0.1.4...v0.1.5
Expand Down
2 changes: 1 addition & 1 deletion thermostate/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = ('0', '1', '7', '')
__version_info__ = ('0', '2', '0', '')
__version__ = '.'.join(__version_info__[:3])
if len(__version_info__) == 4:
__version__ += __version_info__[-1]

0 comments on commit 17bddc1

Please sign in to comment.