Skip to content

Commit

Permalink
Merge branch 'release/v2.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
gepd committed Aug 17, 2017
2 parents 37b725c + 5646199 commit 9acb486
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Deviot Release Notes

## Version 2.1.1 | 17 Aug 2017

#### Bugs
* Avoid to remove previous filters (src_filters) in platformio.ini
* Add Arduino.h library at the beginning of the sketch to avoid errors when compiled (Issue: https://github.com/gepd/Deviot/issues/142)

## Version 2.1.0 | 14 Aug 2017

#### New
Expand Down
2 changes: 1 addition & 1 deletion libraries/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 1, 0)
VERSION = (2, 1, 1)
__version__ = ".".join([str(s) for s in VERSION])

__title__ = "Deviot"
Expand Down

0 comments on commit 9acb486

Please sign in to comment.