Skip to content

Commit f5a7048

Browse files
authored
Merge pull request #840 from stonebig/master
python-3.8 and 3.9 don't use HOME anymore to get user settings, but USERPROFILE
2 parents 8d25191 + 3b50fd4 commit f5a7048

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

make.py

+1
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,7 @@ def _create_batch_scripts_initial(self):
10061006
+ self.winpyver
10071007
+ r"""
10081008
set HOME=%WINPYDIRBASE%\settings
1009+
set USERPROFILE=%HOME%
10091010
rem set WINPYDIRBASE=
10101011
10111012
set JUPYTER_DATA_DIR=%HOME%

winpython/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

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

0 commit comments

Comments
 (0)