From ed5a5fd708db7d8390a868f6b37279089064599b Mon Sep 17 00:00:00 2001 From: erin kirby Date: Mon, 14 Jun 2021 13:49:53 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.1=20=E2=86=92=200.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HISTORY.rst | 5 +++++ docdown/__init__.py | 2 +- setup.cfg | 3 +-- setup.py | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 2ca04ed..6233f6a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.3.2 (2021-06-14) +------------------ + +* Address issues with Scoped Code Tabs extension + 0.3.1 (2021-04-20) ------------------ diff --git a/docdown/__init__.py b/docdown/__init__.py index 18c5518..8184b2c 100644 --- a/docdown/__init__.py +++ b/docdown/__init__.py @@ -2,4 +2,4 @@ __author__ = """Jason Emerick""" __email__ = 'jason@mobelux.com' -__version__ = '0.3.1' +__version__ = '0.3.2' diff --git a/setup.cfg b/setup.cfg index 151e76f..204561c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = True tag = True @@ -17,4 +17,3 @@ universal = 1 [flake8] exclude = docs,docdown/template_adapters/__init__.py max-line-length = 120 - diff --git a/setup.py b/setup.py index 0550dfc..5edcded 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( name='docdown', - version='0.3.1', + version='0.3.2', description="DocDown is a Markdown extension for source code documentation.", long_description=readme + '\n\n' + history, author="Jason Emerick, Justin Michalicek",