Skip to content

Commit

Permalink
bump version to v202112.1022
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarkhau committed Dec 15, 2021
1 parent 9e0ee42 commit 77e8ec8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Project/Repo:

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

Expand Down Expand Up @@ -128,7 +128,7 @@ The option `min_char_width` allows you to create diagrams of a uniform scale.
[downloads_img]: https://pepy.tech/badge/markdown-svgbob/month
[downloads_ref]: https://pepy.tech/project/markdown-svgbob

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

[pyversions_img]: https://img.shields.io/pypi/pyversions/markdown-svgbob.svg
Expand Down
2 changes: 1 addition & 1 deletion bootstrapit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ MODULE_NAME="markdown_svgbob"
GIT_REPO_NAMESPACE="mbarkhau"
GIT_REPO_DOMAIN="gitlab.com"

PACKAGE_VERSION="v202112.1021"
PACKAGE_VERSION="v202112.1022"

# These must be valid (space separated) conda package names.
# A separate conda environment will be created for each of these.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ addopts = --doctest-modules


[bumpver]
current_version = v202112.1021
current_version = v202112.1022
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 @@ -42,7 +42,7 @@ def read(*sub_paths):
author="Manuel Barkhau",
author_email="mbarkhau@gmail.com",
url="https://github.com/mbarkhau/markdown-svgbob",
version="202112.1021",
version="202112.1022",
keywords="markdown svgbob extension",
description="svgbob extension for Python Markdown",
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion src/markdown_svgbob/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
diagrams in fenced code blocks.
"""

__version__ = "v202112.1021"
__version__ = "v202112.1022"


from markdown_svgbob.wrapper import text2svg
Expand Down

0 comments on commit 77e8ec8

Please sign in to comment.