From f2c4354f0f9efe0a342641d3c4f34c67411be5b1 Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Thu, 10 Oct 2024 18:26:23 +0200 Subject: [PATCH] Release version 1.3.2 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c0371e..2870c07 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A collection of prepare message and commit message git hooks for use with the [p Add this to your `.pre-commit-config.yaml`: ``` - repo: https://github.com/boidolr/pre-commit-msg - rev: v1.3.1 # Use the ref you want to point at + rev: v1.3.2 # Use the ref you want to point at hooks: - id: format-message # - id: ... diff --git a/pyproject.toml b/pyproject.toml index 45bea6f..27013f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ urls = {"Respository" = "https://github.com/boidolr/pre-commit-msg"} license = {file = "LICENSE"} readme = "README.md" -version = "1.3.1" +version = "1.3.2" classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3",