Skip to content

Commit

Permalink
💎 Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber committed Jan 13, 2017
1 parent abb8649 commit 2606429
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed

### Fixed
- Rename units module to abbreviations so it no longer shadows units registry in thermostate

### Removed

## [0.1.4]
### Fixed
- Rename units module to abbreviations so it no longer shadows units registry in thermostate

## [0.1.3]
### Added
- Common unit abbreviations in thermostate.EnglishEngineering and thermostate.SystemInternational
Expand All @@ -33,7 +36,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First Release

[Unreleased]: https://github.com/bryanwweber/thermostate/compare/v0.1.3...master
[Unreleased]: https://github.com/bryanwweber/thermostate/compare/v0.1.4...master
[0.1.4]: https://github.com/bryanwweber/thermostate/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/bryanwweber/thermostate/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/bryanwweber/thermostate/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/bryanwweber/thermostate/compare/v0.1.0...v0.1.1
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', '3', '')
__version_info__ = ('0', '1', '4', '')
__version__ = '.'.join(__version_info__[:3])
if len(__version_info__) == 4:
__version__ += __version_info__[-1]

0 comments on commit 2606429

Please sign in to comment.