Skip to content

Commit 93e42e2

Browse files
committed
Release 5.2.2
1 parent 3877912 commit 93e42e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

traitlets/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version_info = (5, 3, 0, "dev0")
2-
__version__ = "5.3.0.dev0"
1+
version_info = (5, 2, 2, "final")
2+
__version__ = "5.2.2"
33

44
# unlike `.dev`, alpha, beta and rc _must not_ have dots,
55
# or the wheel and tgz won't look to pip like the same version.

0 commit comments

Comments
 (0)