From 95559aca35ae66f6a1dcd34fe542507e91ea80f7 Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Fri, 9 Feb 2024 09:15:57 +0100 Subject: [PATCH] chore: release version 1.5.2 --- README.md | 2 +- pre_commit_images/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index adc8e65..c6a750f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Git hooks to optimize images based on the [pre-commit](https://github.com/pre-co Add this to your `.pre-commit-config.yaml`: ``` - repo: https://github.com/boidolr/pre-commit-images - rev: v1.5.1 # Use the ref you want to point at + rev: v1.5.2 # Use the ref you want to point at hooks: - id: optimize-png # - id: ... diff --git a/pre_commit_images/__init__.py b/pre_commit_images/__init__.py index be684c8..3585554 100644 --- a/pre_commit_images/__init__.py +++ b/pre_commit_images/__init__.py @@ -1 +1 @@ -VERSION = "1.5.1" +VERSION = "1.5.2"