Skip to content

Commit dcecf72

Browse files
committed
Update version number to v0.13.2 #455
1 parent 0fe8403 commit dcecf72

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.13.1
2+
current_version = 0.13.2
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
@@ -34,7 +34,7 @@ jobs:
3434
- name: create package
3535
run: python setup.py sdist
3636
- name: import open-mastr
37-
run: python -m pip install ./dist/open_mastr-0.13.1.tar.gz
37+
run: python -m pip install ./dist/open_mastr-0.13.2.tar.gz
3838
- name: Create credentials file
3939
env:
4040
MASTR_TOKEN: ${{ secrets.MASTR_TOKEN }}

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.13.1
31+
version: 0.13.2
3232
doi:
33-
date-released: 2023-04-11
33+
date-released: 2023-08-07
3434
url: "https://github.com/OpenEnergyPlatform/open-MaStR/"

setup.py

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

0 commit comments

Comments
 (0)