Skip to content

Commit 97781e3

Browse files
authored
Merge pull request #75 from ogajduse/release/0.1.10
2 parents 7cc5e80 + aed681a commit 97781e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/feedparser/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"documentation": "https://github.com/custom-components/feedparser/blob/master/README.md",
77
"iot_class": "cloud_polling",
88
"requirements": ["feedparser==6.0.8"],
9-
"version": "0.1.8"
9+
"version": "0.1.10"
1010
}

custom_components/feedparser/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import feedparser
1919

20-
__version__ = "0.1.8"
20+
__version__ = "0.1.10"
2121

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

0 commit comments

Comments
 (0)