8000 bumping version · winpython/winpython@487650c · GitHub
[go: up one dir, main page]

Skip to content

Commit 487650c

Browse files
committed
bumping version
1 parent a0f34c1 commit 487650c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

make.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,8 @@ def _create_batch_scripts_initial(self):
871871
+ self.python_name
872872
+ r"""
873873
rem 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
874-
set PYTHON=%WINPYDIR%\python.exe
874+
set PYTHON=%WINPYDIR%\\python.exe
875+
set PYTHONPATHz=%WINPYDIR%;%WINPYDIR%\Lib;%WINPYDIR%\DLLs
875876
set WINPYVER="""
876877
+ self.winpyver
877878
+ r"""
@@ -1028,7 +1029,8 @@ def _create_batch_scripts_initial(self):
10281029
+ '"'
10291030
+ r"""
10301031
# 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
1031-
$env:PYTHON = "%WINPYDIR%\python.exe"
1032+
$env:PYTHON = "%WINPYDIR%\\python.exe"
1033+
$env:PYTHONPATHz = "%WINPYDIR%;%WINPYDIR%\\Lib;%WINPYDIR%\DLLs"
10321034
10331035
10341036
$env:WINPYVER = '"""
@@ -1479,7 +1481,7 @@ def _create_batch_scripts(self):
14791481
r"""@echo off
14801482
call "%~dp0env_for_icons.bat" %*
14811483
if not "%WINPYWORKDIR%"=="%WINPYWORKDIR1%" cd %WINPYWORKDIR1%
1482-
%USERPROFILE%\AppData\Local\Microsoft\WindowsApps\wt.exe
1484+
"%USERPROFILE%\AppData\Local\Microsoft\WindowsApps\wt.exe"
14831485
exit
14841486
""",
14851487
)

winpython/__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__ = '7.0.20231126'
31+
__version__ = '7.1.20231216'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

0 commit comments

Comments
 (0)
0