Slixfeed/slixfeed/version.py
Schimon Jehudah 6c16fa4af1 Restore support for disabling and enabling feeds.
Assign handlers to "self".
Towards better handling of subscription and unsubscription.
Minor fixes.
2024-02-07 22:24:59 +00:00

2 lines
51 B
Python

__version__ = '0.1.2'
__version_info__ = (0, 1, 2)