🔖 Bump version: 1.1.0 → 1.2.0

This commit is contained in:
Marc Koch 2025-03-21 17:49:21 +01:00 committed by leiva
parent ad1bf221b7
commit f4b2d86389
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "adgroupsync"
version = "1.1.0"
version = "1.2.0"
description = "Sync Active Directory groups to CiviCRM"
authors = [
{ name = "Marc Koch", email = "marc.koch@propeace.de" }
@ -41,7 +41,7 @@ dev = [
adgroupsync = "adgroupsync.__main__:main"
[tool.bumpversion]
current_version = "1.1.0"
current_version = "1.2.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"

View file

@ -1,2 +1,2 @@
__version__ = "1.1.0"
__version__ = "1.2.0"
__author__ = "Marc Koch"