Skip to content

Commit

Permalink
bump version to v202112.1034
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarkhau committed Dec 14, 2021
1 parent f3bf326 commit 4245dc1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Project/Repo:

[![MIT License][license_img]][license_ref]
[![Supported Python Versions][pyversions_img]][pyversions_ref]
[![CalVer v202109.1033][version_img]][version_ref]
[![CalVer v202112.1034][version_img]][version_ref]
[![PyPI Version][pypi_img]][pypi_ref]
[![PyPI Downloads][downloads_img]][downloads_ref]

Expand All @@ -44,7 +44,7 @@ Code Quality/CI:
$ pip install markdown-katex
...
$ python -m markdown_katex --version
markdown-katex version: v202109.1033 (using binary: /usr/local/bin/npx --no-install katex)
markdown-katex version: v202112.1034 (using binary: /usr/local/bin/npx --no-install katex)
0.15.1
```

Expand Down Expand Up @@ -196,7 +196,7 @@ html = tex2html(tex_text, options)
[downloads_img]: https://pepy.tech/badge/markdown-katex/month
[downloads_ref]: https://pepy.tech/project/markdown-katex

[version_img]: https://img.shields.io/static/v1.svg?label=CalVer&message=v202109.1033&color=blue
[version_img]: https://img.shields.io/static/v1.svg?label=CalVer&message=v202112.1034&color=blue
[version_ref]: https://pypi.org/project/bumpver/

[pyversions_img]: https://img.shields.io/pypi/pyversions/markdown-katex.svg
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ addopts = --doctest-modules


[bumpver]
current_version = v202109.1033
current_version = v202112.1034
version_pattern = "vYYYY0M.BUILD[-TAG]"
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def read(*sub_paths):
author="Manuel Barkhau",
author_email="[email protected]",
url="https://github.com/mbarkhau/markdown-katex",
version="202109.1033",
version="202112.1034",
keywords="markdown katex extension",
description="katex extension for Python Markdown",
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion src/markdown_katex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""


__version__ = "v202109.1033"
__version__ = "v202112.1034"

from markdown_katex.wrapper import tex2html
from markdown_katex.wrapper import get_bin_cmd
Expand Down

0 comments on commit 4245dc1

Please sign in to comment.