🔖 Bump version: 1.3.0 → 1.4.0
This commit is contained in:
parent
cbe8a7f65b
commit
3646050bc5
2 changed files with 3 additions and 3 deletions
|
@ -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<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||
serialize = ["{major}.{minor}.{patch}"]
|
||||
search = "{current_version}"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = "1.3.0"
|
||||
__version__ = "1.4.0"
|
||||
__author__ = "Marc Koch"
|
Loading…
Add table
Add a link
Reference in a new issue