Skip to content

Commit bbf50a3

Browse files
committed
Prepare 2.5.2 release
1 parent 146c10d commit bbf50a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_gateway/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# Copyright (c) Jupyter Development Team.
44
# Distributed under the terms of the Modified BSD License.
55

6-
version_info = (2, 6, 0, 'dev0')
6+
version_info = (2, 5, 2)
77

88
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)