We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3877912 commit 93e42e2Copy full SHA for 93e42e2
traitlets/_version.py
@@ -1,5 +1,5 @@
1
-version_info = (5, 3, 0, "dev0")
2
-__version__ = "5.3.0.dev0"
+version_info = (5, 2, 2, "final")
+__version__ = "5.2.2"
3
4
# unlike `.dev`, alpha, beta and rc _must not_ have dots,
5
# or the wheel and tgz won't look to pip like the same version.
0 commit comments