File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ all releases are available on `Anaconda.org <https://anaconda.org/pytask/pytask>
1212- :gh: `7 ` makes pytask exit with code 1 if a task failed and the
1313 ``skip_ancestor_failed `` decorator is only applied to descendant tasks not the task
1414 itself.
15+ - :gh: `8 ` releases v0.0.3
1516
1617
17180.0.2 - 2020-07-17
Original file line number Diff line number Diff line change 1919author = "Tobias Raabe"
2020
2121# The full version, including alpha/beta/rc tags
22- release = "0.0.2 "
22+ release = "0.0.3 "
2323
2424
2525# -- General configuration -------------------------------------------------------------
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.2
2+ current_version = 0.0.3
33parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))(\-?((dev)?(?P<dev>\d+))?)
44serialize =
55 {major}.{minor}.{patch}dev{dev}
Original file line number Diff line number Diff line change 1414
1515setup (
1616 name = "pytask" ,
17- version = "0.0.2 " ,
17+ version = "0.0.3 " ,
1818 description = DESCRIPTION ,
1919 long_description = DESCRIPTION + "\n \n " + README ,
2020 long_description_content_type = "text/x-rst" ,
Original file line number Diff line number Diff line change 11import pluggy
22from pytask .mark import MARK_GEN as mark # noqa: F401, N811
33
4- __version__ = "0.0.2 "
4+ __version__ = "0.0.3 "
55
66
77hookimpl = pluggy .HookimplMarker ("pytask" )
You can’t perform that action at this time.
0 commit comments