From 8ff16be589875262e10f32dd53b8c49cc6cb8b4a Mon Sep 17 00:00:00 2001 From: Jens Nistler Date: Wed, 5 Jun 2024 09:21:51 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.2=20=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django_scrubber/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_scrubber/__init__.py b/django_scrubber/__init__.py index 227493a..9eaaf9f 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__ = '1.2.2' +__version__ = '1.3.0' defaults = { 'SCRUBBER_RANDOM_SEED': 42, # we prefer idempotent scrubbing diff --git a/setup.cfg b/setup.cfg index 9775bf9..dab2935 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.2 +current_version = 1.3.0 commit = True tag = True