Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
weiwei committed Feb 21, 2024
1 parent 614cf80 commit cea7a90
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Changelog

## [3.1.0] - 2023-04-22
## [3.1.2] - 2024-02-21
### Fixed
- Excluded `TestCase` and `TestSuite` from pytest discovery. Thanks to @kurtsansom
### Added
- More type annotations.

## [3.1.1] - 2023-12-26
### Fixed
- Sphinx documentation, thanks to @cmarqu
- type check by adding `py.typed` file.
### Other
- Tests converted to `pytest`

## [3.1.0] - 2023-04-22
### Added
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.1"
version = "3.1.2"

0 comments on commit cea7a90

Please sign in to comment.