Skip to content

Commit d6e1bc8

Browse files
stonebigclaude
andcommitted
bump wppm version to 17.10.20260808
Middle digit up: -t now accepts a venv (and any Python whose python.exe lives in Scripts), so this is not a fixes-only release. Also refresh the help output pasted in README_PYPI.md, which carries the version string. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 8986e8d commit d6e1bc8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README_PYPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ usage: wppm [-h] [-v] [--register] [--unregister] [--fix] [--movable]
188188
[-l LEVELS] [-j] [-t TARGET] [-i] [-u]
189189
[package(s) or lockfile ...]
190190
191-
WinPython Package Manager: handle a Python distribution (WinPython or not) and its packages (17.9.20260805)
191+
WinPython Package Manager: handle a Python distribution (WinPython or not) and its packages (17.10.20260808)
192192
193193
positional arguments:
194194
package(s) or lockfile

wppm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '17.9.20260805'
31+
__version__ = '17.10.20260808'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

0 commit comments

Comments
 (0)