Skip to content

Commit

Permalink
Release 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jun 16, 2022
1 parent 432c908 commit 892d4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions traitlets/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version_info = (5, 2, 2)
__version__ = "5.2.2"
version_info = (5, 3, 0)
__version__ = "5.3.0"

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

0 comments on commit 892d4d3

Please sign in to comment.