Skip to content

Commit

Permalink
(pydoc-markdown) bump version to 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Aug 4, 2021
1 parent e60ab9b commit 924156a
Show file tree
Hide file tree
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
Expand Down
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
Expand Down
2 changes: 1 addition & 1 deletion pydoc-markdown/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down
2 changes: 1 addition & 1 deletion pydoc-markdown/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.4'
__version__ = '4.1.5'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 924156a

Please sign in to comment.