Skip to content

Commit 796303b

Browse files
authored
Merge pull request #135 from ogajduse/release/0.1.12
2 parents c537087 + fabbb71 commit 796303b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

custom_components/feedparser/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"dependencies": [],
66
"documentation": "https://github.com/custom-components/feedparser/blob/master/README.md",
77
"iot_class": "cloud_polling",
8-
"requirements": ["feedparser==6.0.10"],
9-
"version": "0.1.11"
8+
"requirements": ["feedparser==6.0.11"],
9+
"version": "0.1.12"
1010
}

custom_components/feedparser/sensor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import feedparser
1919

20-
__version__ = "0.1.11"
20+
__version__ = "0.1.12"
2121

2222
COMPONENT_REPO = "https://github.com/custom-components/sensor.feedparser/"
2323

0 commit comments

Comments
 (0)