Skip to content

update packages #917

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 9, 2021
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
4 changes: 2 additions & 2 deletions winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-----------------------------------------

Copyright (c) 2012-2013 Pierre Raybaut
Copyright (c) 2014-2020+ The Winpython development team https://github.com/winpython/
Copyright (c) 2014-2021+ The Winpython development team https://github.com/winpython/

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand All @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '3.0.202011219'
__version__ = '3.1.20210109'
__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 @@ -2791,3 +2791,18 @@ description = Large-scale sparse linear classification, regression and ranking i
[textdistance]
description = Compute distance between the two texts.

[siphon]
description = A collection of Python utilities for interacting with the Unidata technology stack.

[et-xmlfile]
description = An implementation of lxml.xmlfile for the standard library

[jdcal]
description = Julian dates from proleptic Gregorian and Julian calendars.

[orjson]
description = Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy

[zstandard]
description = Zstandard bindings for Python