8000 Merge pull request #1282 from stonebig/master · steveefemsc/winpython@d0e1fb2 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0e1fb2

Browse files
authored
Merge pull request winpython#1282 from stonebig/master
bumping version
2 parents 12d5785 + 954147f commit d0e1fb2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

make.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,7 @@ def _create_batch_scripts_initial(self):
872872
+ r"""
873873
rem 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
874874
set PYTHON=%WINPYDIR%\python.exe
875+
set PYTHONPATHz=%WINPYDIR%;%WINPYDIR%\Lib;%WINPYDIR%\DLLs
875876
set WINPYVER="""
876877
+ self.winpyver
877878
+ r"""
@@ -1029,6 +1030,7 @@ def _create_batch_scripts_initial(self):
10291030
+ r"""
10301031
# 2019-08-25 pyjulia needs absolutely a variable PYTHON=%WINPYDIR%python.exe
10311032
$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