Skip to content

Commit b9f8e18

Browse files
Releasing v2.21.0 (#699)
1 parent 6fde5c1 commit b9f8e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/publish/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
UnitTestRunDeltaResults, UnitTestRunResultsOrDeltaResults, ParseError
1212

1313
# keep the version in sync with action.yml and docker/action.yml
14-
__version__ = 'v2.20.0'
14+
__version__ = 'v2.21.0'
1515

1616
logger = logging.getLogger('publish')
1717
digest_prefix = '[test-results]:data:'

0 commit comments

Comments
 (0)