Skip to content

Commit b9762af

Browse files
committed
Release 1.4.3.
1 parent 026db3c commit b9762af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
subunit release notes
33
---------------------
44

5-
NEXT (In development)
5+
1.4.3 (2023-09-17)
66
---------------------
77

88
* Subunit now has a dependency on an external iso8601

python/subunit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def test_script_two(self):
151151
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
152152
# Otherwise it is major.minor.micro~$(revno).
153153

154-
__version__ = (1, 4, 3, 'dev', 0)
154+
__version__ = (1, 4, 3, 'final', 0)
155155

156156
__all__ = [
157157
'join_dir',

0 commit comments

Comments
 (0)