File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.13.1
2+ current_version = 0.13.2
33parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>(a|na))+(?P<build>\d+))?
44serialize =
55 {major}.{minor}.{patch}{release}{build}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ authors:
2828title : " open-MaStR"
2929type : software
3030license : AGPL-3.0
31- version : 0.13.1
31+ version : 0.13.2
3232doi :
33- date-released : 2023-04-11
33+ date-released : 2023-08-07
3434url : " https://github.com/OpenEnergyPlatform/open-MaStR/"
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments