Skip to content

Commit 12885e3

Browse files
committed
New release v1.5.1
1 parent d688cf7 commit 12885e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ into separate repos:
3737

3838
```yaml
3939
- repo: https://github.com/Lucas-C/pre-commit-hooks
40-
rev: v1.5.0
40+
rev: v1.5.1
4141
hooks:
4242
- id: forbid-crlf
4343
- id: remove-crlf
@@ -337,6 +337,6 @@ form the historical ChangeLog.
337337

338338
### Releasing a new version
339339

340-
1. Edit version in `setup.py`, `README.md` & `.pre-commit-config.yaml`;
341-
2. `git commit -nam "New release $version" && git tag $version && git push && git push --tags`;
340+
1. Bump version in `setup.py` & `README.md`
341+
2. `git commit -nam "New release $version" && git tag $version && git push && git push --tags`
342342
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.0",
8+
version="1.5.1",
99
author="Lucas Cimon",
1010
author_email="[email protected]",
1111
platforms="linux",

0 commit comments

Comments
 (0)