File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,13 @@ all releases are available on `Anaconda.org
7
7
<https://anaconda.org/pytask/pytask-parallel> `_.
8
8
9
9
10
- 0.0.5 - 2020-xx-xx
10
+ 0.0.5 - 2020-12-28
11
11
------------------
12
12
13
13
- :gh: `5 ` fixes the CI and other smaller issues.
14
14
- :gh: `8 ` aligns pytask-parallel with task priorities in pytask v0.0.11.
15
15
- :gh: `9 ` enables --max-failures. Closes :gh: `7 `.
16
+ - :gh: `10 ` releases v0.0.5.
16
17
17
18
18
19
0.0.4 - 2020-10-30
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.4
2
+ current_version = 0.0.5
3
3
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))(\-?((dev)?(?P<dev>\d+))?)
4
4
serialize =
5
5
{major}.{minor}.{patch}dev{dev}
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = "pytask-parallel" ,
6
- version = "0.0.4 " ,
6
+ version = "0.0.5 " ,
7
7
packages = find_packages (where = "src" ),
8
8
package_dir = {"" : "src" },
9
9
entry_points = {"pytask" : ["pytask_parallel = pytask_parallel.plugin" ]},
Original file line number Diff line number Diff line change 1
1
"""The entry-point for pytask-parallel."""
2
- __version__ = "0.0.4 "
2
+ __version__ = "0.0.5 "
You can’t perform that action at this time.
0 commit comments