Skip to content

Commit

Permalink
Merge pull request #79 from OpenVoiceOS/release-0.1.3a1
Browse files Browse the repository at this point in the history
Release 0.1.3a1
  • Loading branch information
JarbasAl authored Oct 15, 2024
2 parents d6850fe + 0fe2e23 commit d186bbd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# Changelog

## [0.1.1a2](https://github.com/OpenVoiceOS/skill-ovos-weather/tree/0.1.1a2) (2024-10-15)
## [0.1.3a1](https://github.com/OpenVoiceOS/skill-ovos-weather/tree/0.1.3a1) (2024-10-15)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-weather/compare/V0.0.1...0.1.1a2)
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-weather/compare/0.1.2a1...0.1.3a1)

**Fixed bugs:**

- deprecated methods [\#75](https://github.com/OpenVoiceOS/skill-ovos-weather/issues/75)

**Merged pull requests:**

- fix:workshop\_100\_compat [\#78](https://github.com/OpenVoiceOS/skill-ovos-weather/pull/78) ([JarbasAl](https://github.com/JarbasAl))

## [0.1.2a1](https://github.com/OpenVoiceOS/skill-ovos-weather/tree/0.1.2a1) (2024-10-15)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-weather/compare/0.1.1...0.1.2a1)

**Merged pull requests:**

- fix:long description [\#73](https://github.com/OpenVoiceOS/skill-ovos-weather/pull/73) ([JarbasAl](https://github.com/JarbasAl))
- fix:update\_requirements [\#72](https://github.com/OpenVoiceOS/skill-ovos-weather/pull/72) ([JarbasAl](https://github.com/JarbasAl))
- Add Catalans strings [\#71](https://github.com/OpenVoiceOS/skill-ovos-weather/pull/71) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app))
- fix:requirements.txt [\#76](https://github.com/OpenVoiceOS/skill-ovos-weather/pull/76) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ def get_current_weather_homescreen(self, message=None):
low_temperature=weather.daily[0].temperature_low,
weather_code=weather.current.condition.code,
condition_category=weather.current.condition.category,
condition_description=self.translate(
condition_description=self.resources.render_dialog(
weather.current.condition.description
),
system_unit=weather_config.scale
Expand Down
4 changes: 2 additions & 2 deletions 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 = 3
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit d186bbd

Please sign in to comment.