Skip to content

Commit b1bd432

Browse files
authored
Merge pull request #108 from phargogh/task/107-0.11.2-release
Noting the release date and version.
2 parents 3f256c6 + 408b5a5 commit b1bd432

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
TaskGraph Release History
55
=========================
66

7-
Unreleased Changes
8-
------------------
7+
..
8+
Unreleased Changes
9+
------------------
10+
11+
0.11.2 (2025-05-21)
12+
-------------------
913
* Using ``importlib.metadata`` or ``importlib_metadata``, depending on the
1014
python version, to read the version from package metadata. This is in
1115
response to ``pkg_resources`` being deprecated.

tests/test_task.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,7 @@ def _append_val(path, *val):
873873
def test_unix_path_repeated_function(self):
874874
"""TaskGraph: ensure no reruns if path is unix style."""
875875
global _append_val
876+
_append_val = _append_val # flake8 complains if not defined
876877

877878
task_graph = taskgraph.TaskGraph(self.workspace_dir, -1)
878879
target_dir = self.workspace_dir + '/foo/bar/rad/'

0 commit comments

Comments
 (0)