🔖 Bump version: 1.1.0 → 1.2.0
This commit is contained in:
parent
1ea8f7a1f0
commit
2b0e5ecc19
2 changed files with 3 additions and 3 deletions
|
@ -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" }
|
||||
|
@ -40,7 +40,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}"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "1.1.0"
|
||||
__version__ = "1.2.0"
|
||||
__author__ = "Marc Koch"
|
Loading…
Add table
Add a link
Reference in a new issue