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 fb623cf commit 6fc177eCopy full SHA for 6fc177e
README.rst
@@ -64,9 +64,10 @@ Recommeded Similar Tools
64
Changelog
65
---------
66
67
-v2.9 (wip):
+v2.9 (2024-09-01):
68
69
- Show current Python and pip version upon load.
70
+- Test against Python 3.12.
71
72
v2.8.1 (2022-11-06):
73
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="pip-check",
10
- version="2.9a1",
+ version="2.9",
11
description="Display installed pip packages and their update status..",
12
long_description=long_description,
13
author="Martin Mahner",
0 commit comments