File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,14 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1313
1414### 🐛 Bug fixes
1515
16- - Fix loading of setendings plugin when z3-solver is not installed
17-
1816### 🔧 Internal changes
1917
18+ ## [ 2.8.1] - 2024-08-19
19+
20+ ### 🐛 Bug fixes
21+
22+ - Fix loading of setendings plugin when z3-solver is not installed
23+
2024## [ 2.8.0] - 2024-08-19
2125
2226### ✨ Enhancements
Original file line number Diff line number Diff line change 1515 python_ta.check_all()
1616"""
1717
18- __version__ = "2.8.0 " # Version number
18+ __version__ = "2.8.1 " # Version number
1919
2020# First, remove underscore from builtins if it has been bound in the REPL.
2121# Must appear before other imports from pylint/python_ta.
You can’t perform that action at this time.
0 commit comments