Slixfeed/slixfeed/version.py
Schimon Jehudah, Adv. 5babb02cf8 Fix new entry selection (Thank you lorenzo and roughnecks);
Fix handling with RDF documents which has caused to a halt during feed tscan;
Ignore items without a link (Thank you Kris);
Set entry identifier as MD5 hash of link (Thank you TheCoffeMaker).
2024-06-17 17:25:24 +03:00

2 lines
53 B
Python

__version__ = '0.1.83'
__version_info__ = (0, 1, 83)