🔖 Bump version: 1.0.0 → 1.1.0
This commit is contained in:
parent
61756b4054
commit
3effd5558f
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "adgroupsync"
|
name = "adgroupsync"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
description = "Sync Active Directory groups to CiviCRM"
|
description = "Sync Active Directory groups to CiviCRM"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Marc Koch", email = "marc.koch@propeace.de" }
|
{ name = "Marc Koch", email = "marc.koch@propeace.de" }
|
||||||
|
@ -41,7 +41,7 @@ dev = [
|
||||||
adgroupsync = "adgroupsync.__main__:main"
|
adgroupsync = "adgroupsync.__main__:main"
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "1.0.0"
|
current_version = "1.1.0"
|
||||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||||
serialize = ["{major}.{minor}.{patch}"]
|
serialize = ["{major}.{minor}.{patch}"]
|
||||||
search = "{current_version}"
|
search = "{current_version}"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
__version__ = "1.0.0"
|
__version__ = "1.1.0"
|
||||||
__author__ = "Marc Koch"
|
__author__ = "Marc Koch"
|
Loading…
Add table
Add a link
Reference in a new issue