Skip to content

Commit

Permalink
Merge pull request #37 from OpenRailAssociation/release-0.4.0
Browse files Browse the repository at this point in the history
Bump version: 0.3.1 → 0.4.0
  • Loading branch information
mxmehl authored Aug 20, 2024
2 parents 82b0d6d + 6a4a5fa commit 9bd4eb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# SPDX-FileCopyrightText: 2024 DB Systel GmbH
#
# SPDX-License-Identifier: Apache-2.0

[bumpversion]
current_version = 0.3.1
current_version = 0.4.0
commit = True
tag = False

Expand Down
3 changes: 3 additions & 0 deletions .bumpversion.cfg.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# SPDX-FileCopyrightText: 2024 DB Systel GmbH
#
# SPDX-License-Identifier: Apache-2.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

0 comments on commit 9bd4eb8

Please sign in to comment.