From 75583da906a011edf98466387739a12923143d17 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 10 Sep 2024 23:31:14 +0100 Subject: [PATCH 1/3] feat:release (#8) --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 86d4f72..b843005 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,6 @@ def get_version(): """ Find the version of the package""" version_file = f'{BASEDIR}/ovos_stt_plugin_chromium/version.py' - print(f"ERROR: version file: {version_file}") major, minor, build, alpha = (None, None, None, None) with open(version_file) as f: for line in f: @@ -37,15 +36,15 @@ def get_version(): setup( name='ovos-stt-plugin-chromium', version=get_version(), - description='A stt plugin for mycroft using the google chrome browser api', + description='A stt plugin for OVOS using the google chrome browser api', url='https://github.com/OpenVoiceOS/ovos-stt-plugin-chromium', author='JarbasAi', author_email='jarbasai@mailfence.com', license='Apache-2.0', packages=['ovos_stt_plugin_chromium'], install_requires=["requests", - "ovos_utils>=0.0.12a1", - "ovos-plugin-manager>=0.0.1a7"], + "ovos_utils>=0.0.12", + "ovos-plugin-manager>=0.0.1"], zip_safe=True, classifiers=[ 'Development Status :: 3 - Alpha', From fa2041cb65ac6adc7f3deed5a710ac3c98012774 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 10 Sep 2024 22:31:29 +0000 Subject: [PATCH 2/3] Increment Version to 0.1.0a1 --- ovos_stt_plugin_chromium/version.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ovos_stt_plugin_chromium/version.py b/ovos_stt_plugin_chromium/version.py index 3b4f9fe..5fcf6d3 100644 --- a/ovos_stt_plugin_chromium/version.py +++ b/ovos_stt_plugin_chromium/version.py @@ -1,7 +1,6 @@ -# The following lines are replaced during the release process. # START_VERSION_BLOCK VERSION_MAJOR = 0 -VERSION_MINOR = 0 -VERSION_BUILD = 1 -VERSION_ALPHA = 0 -# END_VERSION_BLOCK +VERSION_MINOR = 1 +VERSION_BUILD = 0 +VERSION_ALPHA = 1 +# END_VERSION_BLOCK \ No newline at end of file From 19974cfc73cef649a17a7009c25ff9b5bd627bc2 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 10 Sep 2024 22:31:48 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..79b5604 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.1.0a1](https://github.com/OpenVoiceOS/ovos-stt-plugin-chromium/tree/0.1.0a1) (2024-09-10) + +[Full Changelog](https://github.com/OpenVoiceOS/ovos-stt-plugin-chromium/compare/0.1.1...0.1.0a1) + +**Merged pull requests:** + +- feat:release [\#8](https://github.com/OpenVoiceOS/ovos-stt-plugin-chromium/pull/8) ([JarbasAl](https://github.com/JarbasAl)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*