Skip to content

Commit 7cc5e80

Browse files
authored
Merge pull request #74 from ogajduse/release/0.1.8
2 parents 658a879 + 51500df commit 7cc5e80

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.7"
9+
"version": "0.1.8"
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.6"
20+
__version__ = "0.1.8"
2121

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

0 commit comments

Comments
 (0)