Skip to content

Commit

Permalink
Merge pull request #27 from OpenVoiceOS/release-0.1.2a1
Browse files Browse the repository at this point in the history
Release 0.1.2a1
  • Loading branch information
JarbasAl authored Nov 6, 2024
2 parents 091b7cb + 33428ee commit 9dde2e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
14 changes: 5 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# Changelog

## [0.1.1a1](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-oauth/tree/0.1.1a1) (2024-10-09)
## [0.1.2a1](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-oauth/tree/0.1.2a1) (2024-11-06)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-oauth/compare/V0.1.0...0.1.1a1)

**Closed issues:**

- Pillow requirement ~= 9.4.0 [\#23](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-oauth/issues/23)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-oauth/compare/V0.1.1...0.1.2a1)

**Merged pull requests:**

- Update requirements.txt [\#24](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-oauth/pull/24) ([JarbasAl](https://github.com/JarbasAl))
- fix: allow latest bus client version [\#26](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-oauth/pull/26) ([JarbasAl](https://github.com/JarbasAl))

## [V0.1.0](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-oauth/tree/V0.1.0) (2024-09-11)
## [V0.1.1](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-oauth/tree/V0.1.1) (2024-10-09)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-oauth/compare/0.1.0...V0.1.0)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL-plugin-oauth/compare/0.1.1...V0.1.1)



Expand Down
4 changes: 2 additions & 2 deletions ovos_PHAL_plugin_oauth/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 1
VERSION_BUILD = 1
VERSION_ALPHA = 0
VERSION_BUILD = 2
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,6 +1,6 @@
ovos-backend-client>=0.2.0,<2.0.0
ovos-utils>=0.0.26,<1.0.0
ovos-bus-client>=0.0.3,<1.0.0
ovos-bus-client>=0.0.3,<2.0.0
Flask>=0.12
oauthlib~=3.0
qrcode[pil]~=7.3.1

0 comments on commit 9dde2e5

Please sign in to comment.