Skip to content

Commit

Permalink
Release 1.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Sep 17, 2023
1 parent 026db3c commit b9762af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
subunit release notes
---------------------

NEXT (In development)
1.4.3 (2023-09-17)
---------------------

* Subunit now has a dependency on an external iso8601
Expand Down
2 changes: 1 addition & 1 deletion python/subunit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def test_script_two(self):
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
# Otherwise it is major.minor.micro~$(revno).

__version__ = (1, 4, 3, 'dev', 0)
__version__ = (1, 4, 3, 'final', 0)

__all__ = [
'join_dir',
Expand Down

0 comments on commit b9762af

Please sign in to comment.