From f93a5d3c89d0e2ac1fcd513d477a2d005721db5f Mon Sep 17 00:00:00 2001 From: Jens Nistler Date: Thu, 20 Feb 2025 09:50:50 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.0=20=E2=86=92=204.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django_scrubber/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_scrubber/__init__.py b/django_scrubber/__init__.py index 4dadad4..4776c5d 100644 --- a/django_scrubber/__init__.py +++ b/django_scrubber/__init__.py @@ -1,7 +1,7 @@ from django.conf import settings from django.db import models -__version__ = "3.0.0" +__version__ = "4.0.0" defaults = { "SCRUBBER_RANDOM_SEED": 42, # we prefer idempotent scrubbing diff --git a/pyproject.toml b/pyproject.toml index b2823e5..cd21d9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ max-line-length = 119 max-complexity = 16 [tool.bumpversion] -current_version = "3.0.0" +current_version = "4.0.0" tag = true commit = true