Skip to content

Commit 19e0531

Browse files
committed
bumpversion
1 parent 34a5eea commit 19e0531

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.6.1
2+
current_version = 1.6.2
33

44
[bumpversion:file:VERSION]
55

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cff-version: 1.6.1
1+
cff-version: 1.6.2
22
message: "If you use this software, please cite it using these metadata."
33
authors:
44
- family-names: "Hülk"
@@ -28,7 +28,7 @@ authors:
2828
title: "Open Energy Family - Open Energy Platform (OEP)"
2929
type: software
3030
license: AGPL-3.0-or-later
31-
version: 1.6.1
31+
version: 1.6.2
3232
doi:
3333
date-released: 2026-01-07
3434
url: "https://github.com/OpenEnergyPlatform/oeplatform/"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
1.6.2

oeplatform/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
SPDX-License-Identifier: CC0-1.0
44
""" # noqa: 501
55

6-
__version__ = "1.6.1"
6+
__version__ = "1.6.2"

0 commit comments

Comments
 (0)