diff --git a/docs/changes.rst b/docs/changes.rst index 35d5f8e..9709732 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -3,5 +3,13 @@ Changelog Here is the full history of mistune v2. -Version 2.0.0 -~~~~~~~~~~~~~ +Version 2.0.0a1 +~~~~~~~~~~~~~~~ + +Released on Dec 7, 2019 + +This is the first release of v2. Features included: + +* whole new mistune +* plugins +* directives diff --git a/setup.py b/setup.py index 7a7c510..e0727ed 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def fread(filepath): url='https://github.com/lepture/mistune', author='Hsiaoming Yang', author_email='me@lepture.com', - description='A sane Markdown parser with useful plugins', + description='A sane Markdown parser with useful plugins and renderers', long_description=fread('README.rst'), license='BSD', packages=[