From 762c66ea96843b54b936fc680162ea67f85ec2d7 Mon Sep 17 00:00:00 2001 From: Lucas Cimon <925560+Lucas-C@users.noreply.github.com> Date: Sun, 13 Aug 2023 16:39:35 +0200 Subject: [PATCH] New release v1.5.4 --- .pre-commit-config.yaml | 2 +- README.md | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5b5ad2..34e7097 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: additional_dependencies: - mdformat-toc - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: master + rev: v1.5.4 hooks: - id: forbid-crlf - id: remove-crlf diff --git a/README.md b/README.md index 29820ee..0db924a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ into separate repos: ```yaml - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.3 + rev: v1.5.4 hooks: - id: forbid-crlf - id: remove-crlf @@ -358,6 +358,6 @@ form the historical ChangeLog. ### Releasing a new version -1. Bump version in `setup.py` & `README.md` +1. Bump version in `README.md`, `setup.py` & `.pre-commit-config.yaml` 2. `git commit -nam "New release $version" && git tag $version && git push && git push --tags` 3. Publish a GitHub release. diff --git a/setup.py b/setup.py index 2efe92a..65c2560 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ name="pre-commit-hooks", description="Some out-of-the-box hooks for pre-commit", url="https://github.com/Lucas-C/pre-commit-hooks", - version="1.5.3", + version="1.5.4", author="Lucas Cimon", author_email="lucas.cimon@gmail.com", platforms="linux",