Skip to content

Commit

Permalink
Bump version to 1.0.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
rroemhild committed May 9, 2019
1 parent 9e0ee6b commit b1572b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

1.0.0-alpha3
------------

* Fix restore from array property
* Add One-Wire example node for ds18b20 (Thanks Rick @palmtreefrb)


1.0.0-alpha2
------------

Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
export PATH := $(PWD)/esp-open-sdk/xtensa-lx106-elf/bin:$(PWD)/micropython/tools:$(PWD)/micropython/ports/unix:$(HOME)/go/bin:$(PATH)

VERSION := 1.0.0-alpha2
VERSION := 1.0.0-alpha3
MICROPYVERSION := 1.10
PORT ?= /dev/ttyUSB0

Expand Down
2 changes: 1 addition & 1 deletion homie/__init__.py
@@ -1 +1 @@
__version__ = b"1.0.0-alpha2"
__version__ = b"1.0.0-alpha3"

0 comments on commit b1572b8

Please sign in to comment.