8000
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 d5bc344 commit 3b50fd4Copy full SHA for 3b50fd4
make.py
@@ -1006,6 +1006,7 @@ def _create_batch_scripts_initial(self):
1006
+ self.winpyver
1007
+ r"""
1008
set HOME=%WINPYDIRBASE%\settings
1009
+set USERPROFILE=%HOME%
1010
rem set WINPYDIRBASE=
1011
1012
set JUPYTER_DATA_DIR=%HOME%
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '2.3.20200410'
+__version__ = '2.4.20200417'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
0 commit comments