Skip to content

Commit

Permalink
Update pymd4c dependency to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Aug 18, 2021
1 parent f72d5eb commit e788e6d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.66
current_version = 0.3.67

[bumpversion:file:mdpo/__init__.py]

Expand Down
10 changes: 5 additions & 5 deletions docs/pre-commit-hooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ so you don't need to specify them.
.. code-block:: yaml
- repo: https://github.com/mondeja/mdpo
rev: v0.3.66
rev: v0.3.67
hooks:
- id: md2po
args:
Expand Down Expand Up @@ -43,7 +43,7 @@ po2md
.. code-block:: yaml
- repo: https://github.com/mondeja/mdpo
rev: v0.3.66
rev: v0.3.67
hooks:
- id: po2md
args:
Expand All @@ -56,7 +56,7 @@ po2md
.. code-block:: yaml
- repo: https://github.com/mondeja/mdpo
rev: v0.3.66
rev: v0.3.67
hooks:
- id: po2md
files: README\.md
Expand All @@ -75,7 +75,7 @@ md2po2md
.. code-block:: yaml
- repo: https://github.com/mondeja/mdpo
rev: v0.3.66
rev: v0.3.67
hooks:
- id: md2po2md
args:
Expand All @@ -88,7 +88,7 @@ md2po2md
.. code-block:: yaml
- repo: https://github.com/mondeja/mdpo
rev: v0.3.66
rev: v0.3.67
hooks:
- id: md2po2md
files: README\.md
Expand Down
2 changes: 1 addition & 1 deletion mdpo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from mdpo.po2md import pofile_to_markdown


__version__ = '0.3.66'
__version__ = '0.3.67'
__title__ = 'mdpo'
__description__ = ('Markdown files translation using PO files.')
__all__ = (
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = mdpo
version = 0.3.66
version = 0.3.67
description = Markdown files translation using PO files.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down Expand Up @@ -39,7 +39,7 @@ packages =
mdpo.po2md
install_requires =
polib>=1.1.0
pymd4c==0.4.8.0
pymd4c==1.0.0
python_requires = >=3.6
include_package_data = True

Expand Down

0 comments on commit e788e6d

Please sign in to comment.