Skip to content

Commit

Permalink
Merge pull request #25 from OpenVoiceOS/release-1.0.4a1
Browse files Browse the repository at this point in the history
Release 1.0.4a1
  • Loading branch information
JarbasAl authored Oct 31, 2024
2 parents 6d8f61f + f772410 commit d44a99a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [1.0.3a1](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/tree/1.0.3a1) (2024-10-31)
## [1.0.4a1](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/tree/1.0.4a1) (2024-10-31)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/compare/1.0.2...1.0.3a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/compare/1.0.3...1.0.4a1)

**Merged pull requests:**

- fix:legacy cps session [\#22](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/22) ([JarbasAl](https://github.com/JarbasAl))
- fix:workshop2\_compat [\#24](https://github.com/OpenVoiceOS/ovos-ocp-pipeline-plugin/pull/24) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
4 changes: 2 additions & 2 deletions ocp_pipeline/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_BUILD = 3
VERSION_ALPHA = 0
VERSION_BUILD = 4
VERSION_ALPHA = 1
# END_VERSION_BLOCK
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ovos-workshop>=0.1.7,<2.0.0
ovos-workshop>=0.1.7,<3.0.0
ovos-classifiers
ovos-utils>=0.3.5,<1.0.0
ovos-plugin-manager>=0.5.0,<1.0.0
Expand Down

0 comments on commit d44a99a

Please sign in to comment.