Skip to content

Commit 9bd4eb8

Browse files
authored
Merge pull request #37 from OpenRailAssociation/release-0.4.0
Bump version: 0.3.1 → 0.4.0
2 parents 82b0d6d + 6a4a5fa commit 9bd4eb8

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# SPDX-FileCopyrightText: 2024 DB Systel GmbH
2-
#
3-
# SPDX-License-Identifier: Apache-2.0
4-
51
[bumpversion]
6-
current_version = 0.3.1
2+
current_version = 0.4.0
73
commit = True
84
tag = False
95

.bumpversion.cfg.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SPDX-FileCopyrightText: 2024 DB Systel GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[tool.poetry]
66
name = "github-org-manager"
7-
version = "0.3.1"
7+
version = "0.4.0"
88
description = "Manage a GitHub Organization, its teams, repository permissions, and more"
99
authors = ["Max Mehl <[email protected]>"]
1010
readme = "README.md"

0 commit comments

Comments
 (0)