From b77cc0e5a5ca95fb084b676b4a7647debae3ce10 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:26:10 +0000 Subject: [PATCH 1/3] Update skills-extra.txt (#609) * Update skills-extra.txt * Update skills-extra.txt --- requirements/skills-extra.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/skills-extra.txt b/requirements/skills-extra.txt index 5a669baf5cd0..6c71ef212fb8 100644 --- a/requirements/skills-extra.txt +++ b/requirements/skills-extra.txt @@ -1,6 +1,6 @@ # skills providing non essential functionality skill-wordnet>=0.0.10,<1.0.0 -#ovos-skill-randomness>=0.1.1,<1.0.0 +ovos-skill-randomness>=0.1.1,<1.0.0; python_version >= "3.10" ovos-skill-days-in-history>=0.3.6,<1.0.0 ovos-skill-laugh>=0.1.1,<1.0.0 ovos-skill-number-facts>=0.1.4,<1.0.0 From 6edf2ccb6d64820b1b8828e57c6c58a990e02d24 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 20 Nov 2024 13:26:28 +0000 Subject: [PATCH 2/3] Increment Version to 0.2.16a1 --- ovos_core/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_core/version.py b/ovos_core/version.py index 0462229ea357..2f9bab0c38ea 100644 --- a/ovos_core/version.py +++ b/ovos_core/version.py @@ -1,8 +1,8 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 15 -VERSION_ALPHA = 0 +VERSION_BUILD = 16 +VERSION_ALPHA = 1 # END_VERSION_BLOCK # for compat with old imports From 7e84af2f6538d6931c905e85eb6ed3d773678a2b Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 20 Nov 2024 13:27:12 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a00f7e25a520..a929b63ab599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.2.15a1](https://github.com/OpenVoiceOS/ovos-core/tree/0.2.15a1) (2024-11-20) +## [0.2.16a1](https://github.com/OpenVoiceOS/ovos-core/tree/0.2.16a1) (2024-11-20) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/0.2.14...0.2.15a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-core/compare/0.2.15...0.2.16a1) **Merged pull requests:** -- Update skills-extra.txt [\#607](https://github.com/OpenVoiceOS/ovos-core/pull/607) ([JarbasAl](https://github.com/JarbasAl)) +- Update skills-extra.txt [\#609](https://github.com/OpenVoiceOS/ovos-core/pull/609) ([JarbasAl](https://github.com/JarbasAl))