From f6ed15df7ad3a0743158572716f781bd8b62eced Mon Sep 17 00:00:00 2001 From: miyakogi Date: Mon, 13 Aug 2018 11:19:53 +0900 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.15=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 6 +++--- m2r.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5672618..b1908d4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,9 +68,9 @@ # built documents. # # The short X.Y version. -version = '0.1.15' +version = '0.2.0' # The full version, including alpha/beta/rc tags. -release = '0.1.15' +release = '0.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -145,7 +145,7 @@ # The name for this set of Sphinx documents. # " v documentation" by default. -#html_title = 'M2R v0.1.15' +#html_title = 'M2R v0.2.0' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None diff --git a/m2r.py b/m2r.py index 34accec..cce525a 100644 --- a/m2r.py +++ b/m2r.py @@ -21,7 +21,7 @@ _open = open from urllib.parse import urlparse -__version__ = '0.1.15' +__version__ = '0.2.0' _is_sphinx = False prolog = '''\ .. role:: raw-html-m2r(raw) diff --git a/setup.py b/setup.py index 0cf6ae3..0a02333 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='m2r', - version='0.1.15', + version='0.2.0', description='Markdown and reStructuredText in a single file.', long_description=readme, author='Hiroyuki Takagi',