From 045059ad1e61e62ebeed5f3477f2616d7127ad72 Mon Sep 17 00:00:00 2001 From: mbanth Date: Tue, 10 Mar 2020 10:53:21 +0000 Subject: [PATCH] Update version number to indicate the first major release. The version number has been changed since the library is used in a released product. --- CHANGELOG.rst | 2 +- lib_xua/module_build_info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c2862994..12bbe76d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ lib_xua Change Log ================== -0.3.0 +1.0.0 ----- * ADDED: UAC1 HID support with simulated Voice Command detection reported diff --git a/lib_xua/module_build_info b/lib_xua/module_build_info index b41fc2ff..d51e4ca7 100644 --- a/lib_xua/module_build_info +++ b/lib_xua/module_build_info @@ -1,4 +1,4 @@ -VERSION = 0.3.0 +VERSION = 1.0.0 DEPENDENT_MODULES = lib_logging(>=3.0.0) \ lib_xassert(>=4.0.0) \