Skip to content

Commit

Permalink
release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Wang committed Sep 1, 2024
1 parent 3c0db45 commit 5372679
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [3.1.2] - 2024-08-31
### Fixed
- the `TestCase.result` type annotation
- `xunit2.JUnitXml.fromroot` type annotation

## [3.1.2] - 2024-02-21
### Fixed
- Excluded `TestCase` and `TestSuite` from pytest discovery. Thanks to @kurtsansom
Expand Down
2 changes: 1 addition & 1 deletion junitparser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
FloatAttr,
)

version = "3.1.2"
version = "3.2.0"

0 comments on commit 5372679

Please sign in to comment.