8000 Merge pull request #1306 from stonebig/master · winpython/winpython@0db4d58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0db4d58

Browse files
authored
Merge pull request #1306 from stonebig/master
update names
2 parents 1d583d6 + bc10782 commit 0db4d58

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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.5.20240317'
31+
__version__ = '7.5.20240401'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3793,3 +3793,15 @@ description = Google OR-Tools python libraries and modules
37933793
[textual]
37943794
description = Modern Text User Interface framework
37953795
3796+
[colorlog]
3797+
description = Add colours to the output of Python's logging module.
3798+
3799+
[distro]
3800+
description = Distro - an OS platform information API
3801+
3802+
[optuna]
3803+
description = A hyperparameter optimization framework
3804+
3805+
[overrides]
3806+
description = A decorator to automatically detect mismatch when overriding a method.
3807+

0 commit comments

Comments
 (0)
0