Skip to content

Commit

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

### Removed

## [0.1.2]
### Fixed
- Fix Anaconda.org upload keys

## [0.1.1]
### Fixed
- Only load pytest-runner if tests are being run
Expand All @@ -21,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- First Release

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

0 comments on commit e1855b8

Please sign in to comment.