From 634208e3dc529b8de3107a15bce3678e17e1717b Mon Sep 17 00:00:00 2001 From: Noel Eck Date: Tue, 28 Jun 2016 11:37:42 -0700 Subject: [PATCH] upm: v0.7.1 Signed-off-by: Noel Eck --- CMakeLists.txt | 2 +- docs/changelog.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95e8c2f3..48c17180 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,7 +25,7 @@ include (GetGitRevisionDescription) git_describe (VERSION "--tags") if ("x_${VERSION}" STREQUAL "x_GIT-NOTFOUND" OR "x_${VERSION}" STREQUAL "x_-128-NOTFOUND") message (WARNING " - Install git to compile a production UPM!") - set (VERSION "v0.7.0-dirty") + set (VERSION "v0.7.1-dirty") endif () message (INFO " - UPM Version ${VERSION}") diff --git a/docs/changelog.md b/docs/changelog.md index 75c18f32..fd357989 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,13 @@ Changelog {#changelog} Here's a list summarizing some of the key undergoing changes to our library from earlier versions: +### v0.7.1 + + * Fix for building python2 vs python3 bindings + * Fixes for jhd1313m1 row/font size and reset + * Added bacnet utility class + * New sensors: bmx055, bmi055, bmc160, bma250e, bmg150, bmm150, t8100, tb7300 + ### v0.7.0 * C++ header files have been renamed from *.h to *.hpp along with all Intel