Skip to content

Commit

Permalink
Bump version: 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erin kirby committed Jun 14, 2021
1 parent 8f57997 commit ed5a5fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

0.3.2 (2021-06-14)
------------------

* Address issues with Scoped Code Tabs extension

0.3.1 (2021-04-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion docdown/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Jason Emerick"""
__email__ = 'jason@mobelux.com'
__version__ = '0.3.1'
__version__ = '0.3.2'
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
commit = True
tag = True

Expand All @@ -17,4 +17,3 @@ universal = 1
[flake8]
exclude = docs,docdown/template_adapters/__init__.py
max-line-length = 120

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ed5a5fd

Please sign in to comment.