We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d25191 + 3b50fd4 commit f5a7048Copy full SHA for f5a7048
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