Skip to content

Commit

Permalink
Merge pull request #5 from OpenVoiceOS/release-0.0.3a1
Browse files Browse the repository at this point in the history
Release 0.0.3a1
  • Loading branch information
JarbasAl authored Jan 6, 2025
2 parents f1775db + 4056681 commit 4b96bc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
version_file: 'ovos_i2c_detection/version.py'
setup_py: 'setup.py'
update_changelog: true
publish_prerelease: true
publish_prerelease: false
changelog_max_issues: 100

notify:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: '3.11'
python-version: '3.9'
- name: Install Build Tools
run: |
python -m pip install build wheel
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

**Merged pull requests:**

- debug automations [\#4](https://github.com/OpenVoiceOS/ovos-i2c-detection/pull/4) ([JarbasAl](https://github.com/JarbasAl))
- debug [\#3](https://github.com/OpenVoiceOS/ovos-i2c-detection/pull/3) ([JarbasAl](https://github.com/JarbasAl))
- fix:packaging [\#2](https://github.com/OpenVoiceOS/ovos-i2c-detection/pull/2) ([JarbasAl](https://github.com/JarbasAl))
- feat/mk1\_support [\#1](https://github.com/OpenVoiceOS/ovos-i2c-detection/pull/1) ([builderjer](https://github.com/builderjer))
Expand Down
4 changes: 2 additions & 2 deletions ovos_i2c_detection/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_BUILD = 2
VERSION_ALPHA = 0
VERSION_BUILD = 3
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 4b96bc9

Please sign in to comment.