Skip to content

Commit a2d8d80

Browse files
committed
bump version to mark py3compat end
1 parent 1ee160f commit a2d8d80

File tree

2 files changed

+19
-1
lines changed

2 files changed

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

winpython/data/packages.ini

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3442,3 +3442,21 @@ description = Python bindings for the Y-CRDT built from yrs (Rust)
34423442
[jupyter-ydoc]
34433443
description = Document structures for collaborative editing using Ypy
34443444
3445+
[fqdn]
3446+
description = Validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers
3447+
3448+
[isoduration]
3449+
description = Operations with ISO 8601 durations
3450+
3451+
[rfc3339-validator]
3452+
description = A pure python RFC3339 validator
3453+
3454+
[rfc3986-validator]
3455+
description = Pure python rfc3986 validator
3456+
3457+
[uri-template]
3458+
description = RFC 6570 URI Template Processor
3459+
3460+
[webcolors]
3461+
description = A library for working with color names and color values formats defined by HTML and CSS.
3462+

0 commit comments

Comments
 (0)