From 62bed4152f9edb5767c081b2f80616926d3d26d3 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 17 Oct 2022 22:08:15 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 10 +++++++++- ovos_utils/version.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78171f7d..da7afb15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ ## [Unreleased](https://github.com/OpenVoiceOS/ovos_utils/tree/HEAD) -[Full Changelog](https://github.com/OpenVoiceOS/ovos_utils/compare/V0.0.25a11...HEAD) +[Full Changelog](https://github.com/OpenVoiceOS/ovos_utils/compare/V0.0.25a12...HEAD) + +**Implemented enhancements:** + +- scan /dev/input for device detection [\#75](https://github.com/OpenVoiceOS/ovos_utils/pull/75) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.25a12](https://github.com/OpenVoiceOS/ovos_utils/tree/V0.0.25a12) (2022-10-17) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos_utils/compare/V0.0.25a11...V0.0.25a12) **Fixed bugs:** diff --git a/ovos_utils/version.py b/ovos_utils/version.py index aa2aba4f..4bb7477f 100644 --- a/ovos_utils/version.py +++ b/ovos_utils/version.py @@ -3,5 +3,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 25 -VERSION_ALPHA = 12 +VERSION_ALPHA = 13 # END_VERSION_BLOCK