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 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.6.20211017'
__version__ = '4.6.20211106'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
12 changes: 12 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3217,3 +3217,15 @@ description = Python bindings for the Qt cross-platform application and UI frame
[jellyfish]
description = a library for doing approximate and phonetic matching of strings.

[tomli-w]
description = A lil' TOML writer

[frozenlist]
description = A list-like structure which implements collections.abc.MutableSequence

[aiosignal]
description = aiosignal: a list of registered asynchronous callbacks

[parsy]
description = easy-to-use parser combinators, for parsing in pure Python