Skip to content

Commit

Permalink
version update v0.14.0a2
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianK13 committed Nov 21, 2023
1 parent 83a3b3f commit 2e61542
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.14.0a1
current_version = 0.14.0a2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>(a|na))+(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}{release}{build}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: create package
run: python setup.py sdist
- name: import open-mastr
run: python -m pip install ./dist/open_mastr-0.14.0a1.tar.gz
run: python -m pip install ./dist/open_mastr-0.14.0a2.tar.gz
- name: Create credentials file
env:
MASTR_TOKEN: ${{ secrets.MASTR_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ authors:
title: "open-MaStR"
type: software
license: AGPL-3.0
version: 0.14.0a1
version: 0.14.0a2
doi:
date-released: 2023-08-07
url: "https://github.com/OpenEnergyPlatform/open-MaStR/"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"open_mastr.utils.config",
"open_mastr.xml_download",
],
version="0.14.0a1",
version="0.14.0a2",
description="A package that provides an interface for downloading and"
" processing the data of the Marktstammdatenregister (MaStR)",
long_description=long_description,
long_description_content_type="text/x-rst",
url="https://github.com/OpenEnergyPlatform/open-MaStR",
download_url="https://github.com/OpenEnergyPlatform/open-MaStR/archive"
"/refs/tags/v0.14.0a1.tar.gz",
"/refs/tags/v0.14.0a2.tar.gz",
author="Open Energy Family",
author_email="[email protected]",
maintainer="Ludwig Hülk",
Expand Down

0 comments on commit 2e61542

Please sign in to comment.