diff --git a/NEWS b/NEWS index 94c5cb7..becf633 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes between 0.2.0 and 0.2.1 +=============================== + +Meta: +* Added project README file +* Use README as project's PyPI description + + Changes between 0.1.0 and 0.2.0 =============================== diff --git a/setup.py b/setup.py index e616188..e0211dd 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='sopel_modules.chanlogs', - version='0.2.0', + version='0.2.1', description='A channel logging plugin for Sopel', long_description=long_description, long_description_content_type="text/markdown",