Skip to content

Commit 762c66e

Browse files
committed
New release v1.5.4
1 parent 27c596f commit 762c66e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
additional_dependencies:
1616
- mdformat-toc
1717
- repo: https://github.com/Lucas-C/pre-commit-hooks
18-
rev: master
18+
rev: v1.5.4
1919
hooks:
2020
- id: forbid-crlf
2121
- id: remove-crlf

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ into separate repos:
4747

4848
```yaml
4949
- repo: https://github.com/Lucas-C/pre-commit-hooks
50-
rev: v1.5.3
50+
rev: v1.5.4
5151
hooks:
5252
- id: forbid-crlf
5353
- id: remove-crlf
@@ -358,6 +358,6 @@ form the historical ChangeLog.
358358

359359
### Releasing a new version
360360

361-
1. Bump version in `setup.py` & `README.md`
361+
1. Bump version in `README.md`, `setup.py` & `.pre-commit-config.yaml`
362362
2. `git commit -nam "New release $version" && git tag $version && git push && git push --tags`
363363
3. Publish a GitHub release.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name="pre-commit-hooks",
66
description="Some out-of-the-box hooks for pre-commit",
77
url="https://github.com/Lucas-C/pre-commit-hooks",
8-
version="1.5.3",
8+
version="1.5.4",
99
author="Lucas Cimon",
1010
author_email="[email protected]",
1111
platforms="linux",

0 commit comments

Comments
 (0)