Skip to content

Commit

Permalink
Merge pull request #90 from OpenVoiceOS/release-0.1.7a1
Browse files Browse the repository at this point in the history
Release 0.1.7a1
  • Loading branch information
JarbasAl authored Nov 15, 2024
2 parents c8cc0c1 + 1530a33 commit 873e50b
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 54 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.6a1](https://github.com/OpenVoiceOS/skill-ovos-weather/tree/0.1.6a1) (2024-11-12)
## [0.1.7a1](https://github.com/OpenVoiceOS/skill-ovos-weather/tree/0.1.7a1) (2024-11-15)

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

**Merged pull requests:**

- fix: drop lingua-franca [\#85](https://github.com/OpenVoiceOS/skill-ovos-weather/pull/85) ([JarbasAl](https://github.com/JarbasAl))
- fix: skill.json [\#89](https://github.com/OpenVoiceOS/skill-ovos-weather/pull/89) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
6 changes: 1 addition & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
recursive-include dialog *
recursive-include vocab *
recursive-include locale *
recursive-include res *
recursive-include ui *
recursive-include skill *
recursive-include gui *
34 changes: 34 additions & 0 deletions locale/en-us/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"skill_id": "ovos-skill-weather.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-weather",
"name": "Weather",
"description": "Get weather conditions, forecasts, expected precipitation and more! You can also ask for other cities around the world. Current conditions and weather forecasts come from OpenMeteo",
"examples": [
"what is the weather like?",
"What's the temperature?",
"What is the forecast tomorrow?",
"What is the weather in Houston?",
"What's the temperature in Paris tomorrow in Celsius?",
"What's the high temperature tomorrow",
"When is the sunset?",
"Is it going to snow in Baltimore?",
"Is it going to snow?",
"What is the weather going to be like Tuesday?",
"What is the weather for the next three days?",
"What's the humidity?",
"What is the weather this weekend?",
"What is the forecast in London tomorrow?",
"How windy is it?",
"When will it rain next?",
"Will it be cold on Tuesday",
"is it raining?"
],
"tags": [
"weather",
"forecast",
"rain",
"humidity",
"snow",
"temperature"
]
}
44 changes: 0 additions & 44 deletions res/desktop/skill.json

This file was deleted.

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 = 6
VERSION_ALPHA = 0
VERSION_BUILD = 7
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 873e50b

Please sign in to comment.