Skip to content

Commit

Permalink
Bump version to 0.12
Browse files Browse the repository at this point in the history
* Bump version.
* Update changelog.
  • Loading branch information
MartinHjelmare committed Jan 14, 2018
1 parent 13dfffa commit 9a60152
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
@@ -1,11 +1,26 @@
# Change Log

## [0.12.0](https://github.com/theolind/pymysensors/tree/0.12.0) (2018-01-14)
[Full Changelog](https://github.com/theolind/pymysensors/compare/0.11.1...0.12.0)

**Closed issues:**

- Problem after pull \#102 [\#109](https://github.com/theolind/pymysensors/issues/109)

**Merged pull requests:**

- Upgrade lint and test requirements [\#114](https://github.com/theolind/pymysensors/pull/114) ([MartinHjelmare](https://github.com/MartinHjelmare))
- Dump JSON file with indentation [\#113](https://github.com/theolind/pymysensors/pull/113) ([Mirodin](https://github.com/Mirodin))
- Fix reboot not returning to False [\#111](https://github.com/theolind/pymysensors/pull/111) ([MartinHjelmare](https://github.com/MartinHjelmare))

## [0.11.1](https://github.com/theolind/pymysensors/tree/0.11.1) (2017-08-29)
[Full Changelog](https://github.com/theolind/pymysensors/compare/0.11...0.11.1)

**Merged pull requests:**

- 0.11.1 [\#110](https://github.com/theolind/pymysensors/pull/110) ([MartinHjelmare](https://github.com/MartinHjelmare))
- Fix protocol version null and enhance validation [\#108](https://github.com/theolind/pymysensors/pull/108) ([MartinHjelmare](https://github.com/MartinHjelmare))
- Update release instructions [\#107](https://github.com/theolind/pymysensors/pull/107) ([MartinHjelmare](https://github.com/MartinHjelmare))

## [0.11](https://github.com/theolind/pymysensors/tree/0.11) (2017-08-21)
[Full Changelog](https://github.com/theolind/pymysensors/compare/0.10...0.11)
Expand Down
2 changes: 1 addition & 1 deletion mysensors/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Store version constants."""
MAJOR_VERSION = 0
MINOR_VERSION = 12
PATCH_VERSION = '0.dev0'
PATCH_VERSION = '0'
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)

0 comments on commit 9a60152

Please sign in to comment.