Skip to content

Commit 1150197

Browse files
committed
Version and release date updated #482
1 parent 54e9b50 commit 1150197

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.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 = 0.14.0
2+
current_version = 0.14.1
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>(a|na))+(?P<build>\d+))?
44
serialize =
55
{major}.{minor}.{patch}{release}{build}

.github/workflows/ci-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: create package
3232
run: python setup.py sdist
3333
- name: import open-mastr
34-
run: python -m pip install ./dist/open_mastr-0.14.0.tar.gz
34+
run: python -m pip install ./dist/open_mastr-0.14.1.tar.gz
3535
- name: Create credentials file
3636
env:
3737
MASTR_TOKEN: ${{ secrets.MASTR_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For each version important additions, changes and removals are listed here.
66
The format is inspired from [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
77
and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9-
## [v0.14.1] Hotfix - XXXX-XX-XX
9+
## [v0.14.1] Hotfix - 2023-01-17
1010
### Changed
1111
- Change data type of NetzbetreiberpruefungStatus to string [#483](https://github.com/OpenEnergyPlatform/open-MaStR/pull/483)
1212

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ authors:
2828
title: "open-MaStR"
2929
type: software
3030
license: AGPL-3.0
31-
version: 0.14.0
31+
version: 0.14.1
3232
doi:
33-
date-released: 2023-11-22
33+
date-released: 2024-01-17
3434
url: "https://github.com/OpenEnergyPlatform/open-MaStR/"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"open_mastr.utils.config",
2020
"open_mastr.xml_download",
2121
],
22-
version="0.14.0",
22+
version="0.14.1",
2323
description="A package that provides an interface for downloading and"
2424
" processing the data of the Marktstammdatenregister (MaStR)",
2525
long_description=long_description,
2626
long_description_content_type="text/x-rst",
2727
url="https://github.com/OpenEnergyPlatform/open-MaStR",
2828
download_url="https://github.com/OpenEnergyPlatform/open-MaStR/archive"
29-
"/refs/tags/v0.14.0.tar.gz",
29+
"/refs/tags/v0.14.1.tar.gz",
3030
author="Open Energy Family",
3131
author_email="datenzentrum@rl-institut.de",
3232
maintainer="Ludwig Hülk",

0 commit comments

Comments
 (0)