File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 5555 env :
5656 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5757 with :
58- tag_name : ${{ steps.bump_version.outputs.new_version }}
59- release_name : Darts ${{ github.event.inputs.bump_type }} ${{ steps.bump_version.outputs.new_version }}
58+ tag_name : ${{ steps.bump_version.outputs.current-version }}
59+ release_name : Darts ${{ github.event.inputs.bump_type }} ${{ steps.bump_version.outputs.current-version }}
6060 draft : false
6161 body_path : .github/RELEASE_TEMPLATE/release_body.md
6262
Original file line number Diff line number Diff line change 1919 to_group_dataframe ,
2020)
2121
22- __version__ = "0.41 .0"
22+ __version__ = "0.40 .0"
2323
2424__all__ = [
2525 "TimeSeries" ,
Original file line number Diff line number Diff line change 2222project = "darts"
2323copyright = f"2020 - { datetime .now ().year } , Unit8 SA (Apache 2.0 License)"
2424author = "Unit8 SA"
25- version = "0.41 .0"
25+ version = "0.40 .0"
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " darts"
7- version = " 0.41 .0"
7+ version = " 0.40 .0"
88description = " A python library for easy manipulation and forecasting of time series."
99readme = " README.md"
1010requires-python = " >=3.10"
@@ -190,11 +190,12 @@ dev-all = [
190190]
191191
192192[tool .bumpversion ]
193- current_version = " 0.41 .0"
193+ current_version = " 0.40 .0"
194194parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
195195serialize = [" {major}.{minor}.{patch}" ]
196196commit = true
197197tag = true
198+ tag_name = " {new_version}"
198199message = " Bump version: {current_version} → {new_version}"
199200
200201[[tool .bumpversion .files ]]
You can’t perform that action at this time.
0 commit comments