Skip to content

Commit

Permalink
(pydoc-markdown) bump version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Aug 20, 2021
1 parent c2bf669 commit 644f7ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changelog/_unreleased.yml → .changelog/4.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ changes:
description: fix `mkdocs` bootstrap configuration, update mkdocs and hugo bootstrap
config to include example on how to select parts of the API docs
fixes: []
release_date: '2021-08-20'
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pydoc-markdown
version: 4.1.6
version: 4.2.0
author: Niklas Rosenstein <[email protected]>
license: MIT
license_file: LICENSE.txt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _tempcopy(src, dst):

setuptools.setup(
name = 'pydoc-markdown',
version = '4.1.6',
version = '4.2.0',
author = 'Niklas Rosenstein',
author_email = '[email protected]',
description = 'Create Python API documentation in Markdown format.',
Expand Down
2 changes: 1 addition & 1 deletion src/pydoc_markdown/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@


__author__ = 'Niklas Rosenstein <[email protected]>'
__version__ = '4.1.6'
__version__ = '4.2.0'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 644f7ee

Please sign in to comment.