Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2eb3793

Browse filesBrowse files
committed
Bump version v0.1.4 -> v0.1.5
1 parent 8276e1b commit 2eb3793
Copy full SHA for 2eb3793

File tree

7 files changed

+7
-7
lines changed
Filter options

7 files changed

+7
-7
lines changed

‎.bumpversion.cfg

Copy file name to clipboardExpand all lines: .bumpversion.cfg
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.4
2+
current_version = 0.1.5
33
commit = True
44
tag = True
55

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ snippet-fmt
9191
.. |language| image:: https://img.shields.io/github/languages/top/python-formate/snippet-fmt
9292
:alt: GitHub top language
9393

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
9595
:target: https://github.com/python-formate/snippet-fmt/pulse
9696
:alt: GitHub commits since tagged version
9797

‎doc-source/index.rst

Copy file name to clipboardExpand all lines: doc-source/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ snippet-fmt
9797
:alt: GitHub top language
9898

9999
.. |commits-since| github-shield::
100-
:commits-since: v0.1.4
100+
:commits-since: v0.1.5
101101
:alt: GitHub commits since tagged version
102102

103103
.. |commits-latest| github-shield::

‎doc-source/usage.rst

Copy file name to clipboardExpand all lines: doc-source/usage.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To do so, add the following to your
2222
`.pre-commit-config.yaml <https://pre-commit.com/#2-add-a-pre-commit-configuration>`_ file:
2323

2424
.. pre-commit::
25-
:rev: 0.1.4
25+
:rev: 0.1.5
2626
:hooks: snippet-fmt
2727
:args: --verbose
2828

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "snippet-fmt"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "Format and validate code snippets in reStructuredText files."
99
readme = "README.rst"
1010
keywords = [ "docs", "formatting", "linting",]

‎repo_helper.yml

Copy file name to clipboardExpand all lines: repo_helper.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'python-formate'
88
assignee: 'domdfcoding'
9-
version: '0.1.4'
9+
version: '0.1.5'
1010
license: 'MIT'
1111
short_desc: 'Format and validate code snippets in reStructuredText files.'
1212

‎snippet_fmt/__init__.py

Copy file name to clipboardExpand all lines: snippet_fmt/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
__author__: str = "Dominic Davis-Foster"
5454
__copyright__: str = "2021 Dominic Davis-Foster"
5555
__license__: str = "MIT License"
56-
__version__: str = "0.1.4"
56+
__version__: str = "0.1.5"
5757
__email__: str = "dominic@davis-foster.co.uk"
5858

5959
__all__ = ("CodeBlockError", "RSTReformatter", "reformat_file")

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.