Skip to content

Commit 84f07bf

Browse files
authored
Bump version to 0.4.3 (#95)
There have been enough changes recently that it probably makes sense to bump at least the patch version. As a drive-by, I'm removing the dev0 suffix: this is not a "development" package anymore since it is being used by various clients and for 10 years or so. This will allow us to exercise the release process on PyPI.
1 parent fb47f11 commit 84f07bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "llvm-lnt"
7-
version = "0.4.2.dev0"
7+
version = "0.4.3"
88
description = "LLVM Nightly Test Infrastructure"
99
readme = "README.md"
1010
license = "LicenseRef-Apache-2.0-with-LLVM-exception"

tests/server/ui/Inputs/last-run-report.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generated_by": "LNT Server v0.4.2.dev0",
2+
"generated_by": "LNT Server v0.4.3",
33
"machine": {
44
"id": 4,
55
"name": "e105293.local__clang_DEV__x86_64"

0 commit comments

Comments
 (0)