Skip to content

Commit 1071851

Browse files
committed
Bump version for release
1 parent 6af2cf4 commit 1071851

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## Unreleased
44

55
<!-- vendor-insert-here -->
6+
7+
## 0.14.0
8+
69
- Drop support for python3.6 and improve internal type annotations
710
- Update vendored schemas (2022-02-28)
811
- Improve handling of file-URI inputs on Windows

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ files. All you need to add to your `.pre-commit-config.yaml` is this:
5959

6060
```yaml
6161
- repo: https://github.com/python-jsonschema/check-jsonschema
62-
rev: 0.13.0
62+
rev: 0.14.0
6363
hooks:
6464
- id: check-github-workflows
6565
```
@@ -72,7 +72,7 @@ manually, you could do this:
7272
7373
```yaml
7474
- repo: https://github.com/python-jsonschema/check-jsonschema
75-
rev: 0.13.0
75+
rev: 0.14.0
7676
hooks:
7777
- id: check-jsonschema
7878
name: "Check GitHub Workflows"
@@ -86,7 +86,7 @@ And to check with the builtin schema that a GitHub workflow sets
8686

8787
```yaml
8888
- repo: https://github.com/python-jsonschema/check-jsonschema
89-
rev: 0.13.0
89+
rev: 0.14.0
9090
hooks:
9191
- id: check-jsonschema
9292
name: "Check GitHub Workflows set timeout-minutes"
@@ -244,7 +244,7 @@ For example,
244244

245245
```yaml
246246
- repo: https://github.com/python-jsonschema/check-jsonschema
247-
rev: 0.13.0
247+
rev: 0.14.0
248248
hooks:
249249
- id: check-renovate
250250
additional_dependencies: ['pyjson5']

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = check-jsonschema
3-
version = 0.13.0
3+
version = 0.14.0
44
description = A jsonschema CLI and pre-commit hook
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)