From 3d10584e25fdc3fbd42e3ad4602ecf859c671c04 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Sat, 7 Dec 2019 21:18:26 +0900 Subject: [PATCH] Release v2.0.0a1 --- docs/changes.rst | 12 ++++++++++-- setup.py | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) 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=[