From 527ecbe92f6938ec64311cccd68fb6f7e585a34d Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Wed, 25 Oct 2023 18:23:06 +0200 Subject: [PATCH] chore: release version 1.2.10 --- README.md | 2 +- pre_commit_text/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 318c921..b27d3fb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Git hooks to modify (text) files for use with the [pre-commit](https://github.co Add this to your `.pre-commit-config.yaml`: ``` - repo: https://github.com/boidolr/pre-commit-text - rev: v1.2.9 # Use the ref you want to point at + rev: v1.2.10 # Use the ref you want to point at hooks: - id: pretty-format-yaml - id: replace-tabs diff --git a/pre_commit_text/__init__.py b/pre_commit_text/__init__.py index 44abefd..a85fbd0 100644 --- a/pre_commit_text/__init__.py +++ b/pre_commit_text/__init__.py @@ -1 +1 @@ -VERSION = "1.2.9" +VERSION = "1.2.10"