We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457dca7 commit 84a7bbaCopy full SHA for 84a7bba
CHANGELOG.md
@@ -1,14 +1,14 @@
1
-# 2.5.3 (November 5, 2024)
+## 2.5.3 (November 5, 2024)
2
* Enhancements
3
* Changed `CommandSet._cmd` to a read-only property which never returns `None` because it
4
is meant to be called after the `CommandSet` is registered. This addresses type checker
5
errors that occurred if `CommandSet._cmd` wasn't cast or checked if `None` before use.
6
7
-# 2.5.2 (November 3, 2024)
+## 2.5.2 (November 3, 2024)
8
* Bug Fixes
9
* Fixed default `pytest` execution when not using cmd2's custom `invoke` command via `inv pytest`
10
11
-# 2.5.1 (November 2, 2024)
+## 2.5.1 (November 2, 2024)
12
13
* Fixed readline bug when using `ipy` command with `gnureadline` and Python 3.13
14
0 commit comments