Skip to content

Commit

Permalink
bump pynws to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm committed Sep 20, 2020
1 parent 52c0939 commit 2886cd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/nws/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "National Weather Service (NWS)",
"documentation": "https://www.home-assistant.io/integrations/nws",
"codeowners": ["@MatthewFlamm"],
"requirements": ["pynws==1.2.1"],
"requirements": ["pynws==1.3.0"],
"quality_scale": "platinum",
"config_flow": true
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@ pynuki==1.3.8
pynut2==2.1.2

# homeassistant.components.nws
pynws==1.2.1
pynws==1.3.0

# homeassistant.components.nx584
pynx584==0.5
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ pymyq==2.0.5
pynut2==2.1.2

# homeassistant.components.nws
pynws==1.2.1
pynws==1.3.0

# homeassistant.components.nx584
pynx584==0.5
Expand Down

0 comments on commit 2886cd9

Please sign in to comment.