Skip to content

Commit 50fab61

Browse files
authored
chore: Version bump to 7.3.1 (#468)
1 parent 40447b4 commit 50fab61

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [7.3.1] - 2024-02-21
4+
5+
### Added
6+
7+
- Create a base docker image containing only run-task
8+
9+
310
## [7.3.0] - 2024-02-13
411

512
### Added

src/taskgraph/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
__version__ = "7.3.0"
5+
__version__ = "7.3.1"
66

77
# Maximum number of dependencies a single task can have
88
# https://docs.taskcluster.net/reference/platform/taskcluster-queue/references/api#createTask

0 commit comments

Comments
 (0)