File tree 7 files changed +7
-7
lines changed
Filter options
7 files changed +7
-7
lines changed
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.4
2
+ current_version = 0.1.5
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ snippet-fmt
91
91
.. |language | image :: https://img.shields.io/github/languages/top/python-formate/snippet-fmt
92
92
:alt: GitHub top language
93
93
94
- .. |commits-since | image :: https://img.shields.io/github/commits-since/python-formate/snippet-fmt/v0.1.4
94
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/python-formate/snippet-fmt/v0.1.5
95
95
:target: https://github.com/python-formate/snippet-fmt/pulse
96
96
:alt: GitHub commits since tagged version
97
97
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ snippet-fmt
97
97
:alt: GitHub top language
98
98
99
99
.. |commits-since | github-shield ::
100
- :commits-since: v0.1.4
100
+ :commits-since: v0.1.5
101
101
:alt: GitHub commits since tagged version
102
102
103
103
.. |commits-latest | github-shield ::
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ To do so, add the following to your
22
22
`.pre-commit-config.yaml <https://pre-commit.com/#2-add-a-pre-commit-configuration >`_ file:
23
23
24
24
.. pre-commit ::
25
- :rev: 0.1.4
25
+ :rev: 0.1.5
26
26
:hooks: snippet-fmt
27
27
:args: --verbose
28
28
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "whey"
4
4
5
5
[project ]
6
6
name = " snippet-fmt"
7
- version = " 0.1.4 "
7
+ version = " 0.1.5 "
8
8
description = " Format and validate code snippets in reStructuredText files."
9
9
readme = " README.rst"
10
10
keywords = [ " docs" , " formatting" , " linting" ,]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
6
6
email : ' dominic@davis-foster.co.uk'
7
7
username : ' python-formate'
8
8
assignee : ' domdfcoding'
9
- version : ' 0.1.4 '
9
+ version : ' 0.1.5 '
10
10
license : ' MIT'
11
11
short_desc : ' Format and validate code snippets in reStructuredText files.'
12
12
Original file line number Diff line number Diff line change 53
53
__author__ : str = "Dominic Davis-Foster"
54
54
__copyright__ : str = "2021 Dominic Davis-Foster"
55
55
__license__ : str = "MIT License"
56
- __version__ : str = "0.1.4 "
56
+ __version__ : str = "0.1.5 "
57
57
__email__ : str = "dominic@davis-foster.co.uk"
58
58
59
59
__all__ = ("CodeBlockError" , "RSTReformatter" , "reformat_file" )
You can’t perform that action at this time.
0 commit comments