Skip to content

Commit

Permalink
Merge pull request #96 from OpenVoiceOS/release-0.1.8a2
Browse files Browse the repository at this point in the history
Release 0.1.8a2
  • Loading branch information
JarbasAl authored Nov 19, 2024
2 parents 0a33915 + 482a549 commit abaa720
Show file tree
Hide file tree
Showing 7 changed files with 503 additions and 534 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.1.7a1](https://github.com/OpenVoiceOS/skill-ovos-weather/tree/0.1.7a1) (2024-11-15)
## [0.1.8a1](https://github.com/OpenVoiceOS/skill-ovos-weather/tree/0.1.8a1) (2024-11-19)

[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-weather/compare/0.1.6...0.1.7a1)
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-weather/compare/0.1.7...0.1.8a1)

**Merged pull requests:**

- fix: skill.json [\#89](https://github.com/OpenVoiceOS/skill-ovos-weather/pull/89) ([JarbasAl](https://github.com/JarbasAl))
- fix:geolocation lang support + deprecate\_backend\_client [\#95](https://github.com/OpenVoiceOS/skill-ovos-weather/pull/95) ([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 @@ -949,7 +949,7 @@ def _get_intent_data(self, message: Message) -> WeatherIntent:

def _get_weather_config(self, message=None):
sess = SessionManager.get(message)
cfg = {"lang": sess. lang,
cfg = {"lang": sess.lang,
"system_unit": sess.system_unit,
"location": sess.location_preferences,
"date_format": sess.date_format,
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
requests>=2.31.0
pytz
ovos-utils>=0.0.28
ovos-utils>=0.4.0,<1.0.0
ovos-workshop>=2.2.0,<3.0.0
ovos-number-parser>=0.0.1,<1.0.0
ovos-date-parser>=0.0.2,<1.0.0
ovos-utterance-normalizer>=0.0.1,<1.0.0
ovos-backend-client>=1.0.1,<2.0.0
Loading

0 comments on commit abaa720

Please sign in to comment.