Skip to content

Commit

Permalink
(pydoc-markdown) bump version to 4.1.5
Browse files Browse the repository at this point in the history
NiklasRosenstein committed Aug 4, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e60ab9b commit 924156a
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changelog/_unreleased.yml → .changelog/4.1.5.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release_date: null
release_date: '2021-08-04'
changes:
- type: fix
component: general
2 changes: 1 addition & 1 deletion pydoc-markdown/package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pydoc-markdown
version: 4.1.4
version: 4.1.5
author: Niklas Rosenstein <[email protected]>
license: MIT
license_file: ../LICENSE.txt
2 changes: 1 addition & 1 deletion pydoc-markdown/setup.py
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ def _tempcopy(src, dst):

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


__author__ = 'Niklas Rosenstein <[email protected]>'
__version__ = '4.1.4'
__version__ = '4.1.5'

logger = logging.getLogger(__name__)

0 comments on commit 924156a

Please sign in to comment.