Skip to content

Commit

Permalink
Bump version v0.1.2 -> v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Sep 20, 2021
1 parent 3cfd499 commit 2a6eaab
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.1.2
current_version = 0.1.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ snippet-fmt
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/snippet-fmt
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/snippet-fmt/v0.1.2
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-formate/snippet-fmt/v0.1.3
:target: https://github.com/python-formate/snippet-fmt/pulse
:alt: GitHub commits since tagged version

Expand Down
2 changes: 1 addition & 1 deletion doc-source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ snippet-fmt
:alt: GitHub top language

.. |commits-since| github-shield::
:commits-since: v0.1.2
:commits-since: v0.1.3
:alt: GitHub commits since tagged version

.. |commits-latest| github-shield::
Expand Down
2 changes: 1 addition & 1 deletion doc-source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To do so, add the following to your
`.pre-commit-config.yaml <https://pre-commit.com/#2-add-a-pre-commit-configuration>`_ file:

.. pre-commit::
:rev: 0.1.2
:rev: 0.1.3
:hooks: snippet-fmt
:args: --verbose

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "whey"

[project]
name = "snippet-fmt"
version = "0.1.2"
version = "0.1.3"
description = "Format and validate code snippets in reStructuredText files."
readme = "README.rst"
keywords = [ "docs", "formatting", "linting",]
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'python-formate'
assignee: 'domdfcoding'
version: '0.1.2'
version: '0.1.3'
license: 'MIT'
short_desc: 'Format and validate code snippets in reStructuredText files.'

Expand Down
2 changes: 1 addition & 1 deletion snippet_fmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2021 Dominic Davis-Foster"
__license__: str = "MIT License"
__version__: str = "0.1.2"
__version__: str = "0.1.3"
__email__: str = "dominic@davis-foster.co.uk"

__all__ = ["CodeBlockError", "RSTReformatter", "reformat_file"]
Expand Down

0 comments on commit 2a6eaab

Please sign in to comment.