Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Nov 4, 2020
1 parent 007c4f2 commit 50651e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Empty file added RELEASE-PROCESS.md
Empty file.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ mdpo's documentation
####################

Markdown file translation utilities using pofiles. Fully complies with
`CommonMark Specification`_.
`CommonMark Specification v0.29`_.

.. toctree::
:maxdepth: 2
Expand All @@ -27,4 +27,4 @@ Markdown file translation utilities using pofiles. Fully complies with

rationale

.. _CommonMark Specification: https://spec.commonmark.org/0.29
.. _CommonMark Specification v0.29: https://spec.commonmark.org/0.29
2 changes: 1 addition & 1 deletion mdpo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from mdpo.po2md import pofile_to_markdown


__version__ = '0.2.37'
__version__ = '0.3.0'
__version_info__ = tuple([int(i) for i in __version__.split('.')])
__title__ = 'mdpo'
__description__ = ('Markdown file translation utilities using pofiles')
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.37
current_version = 0.3.0

[bumpversion:file:mdpo/__init__.py]

Expand Down

0 comments on commit 50651e0

Please sign in to comment.