Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion make.py
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ def _create_batch_scripts_initial(self):
)
) else (
rem if it it launched from another directory , we keep it that one echo %CD%
if not "%CD%\"=="%~dp0" set WINPYWORKDIR1=%CD%
if not "%CD%\"=="%~dp0" set WINPYWORKDIR1="%CD%"
)

rem remove some potential last \
Expand Down
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '4.3.20210620'
__version__ = '4.4.20210807'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
15 changes: 15 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3166,3 +3166,18 @@ description = The Real First Universal Charset Detector. Open, modern and active
[backports-entry-points-selectable]
description = Compatibility shim providing selectable entry points for older implementations

[sqlite-fts4]
description = Python functions for working with SQLite FTS4 search

[pyzstd]
description = Python bindings to Zstandard (zstd) compression library, the API is similar to Python's bz2/lzma/zlib module.

[pypyodbc]
description = A Pure Python ctypes ODBC module

[jupyter-dash]
description = Dash support for the Jupyter notebook interface

[ansi2html]
description = UNKNOWN