From 3646050bc5248cdf6f5c3690bb2ac97101616b53 Mon Sep 17 00:00:00 2001 From: Marc Koch Date: Tue, 1 Apr 2025 18:58:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version:=201.3.0=20?= =?UTF-8?q?=E2=86=92=201.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- src/adgroupsync/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3337821..79fc91f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "adgroupsync" -version = "1.3.0" +version = "1.4.0" description = "Sync Active Directory groups to CiviCRM" authors = [ { name = "Marc Koch", email = "marc.koch@propeace.de" }, @@ -42,7 +42,7 @@ dev = [ adgroupsync = "adgroupsync.__main__:main" [tool.bumpversion] -current_version = "1.3.0" +current_version = "1.4.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/src/adgroupsync/__init__.py b/src/adgroupsync/__init__.py index fa0e329..4b864a6 100644 --- a/src/adgroupsync/__init__.py +++ b/src/adgroupsync/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.3.0" +__version__ = "1.4.0" __author__ = "Marc Koch" \ No newline at end of file