Skip to content

Commit af19fb0

Browse files
committed
release 8.29.0
1 parent b2fc308 commit af19fb0

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

IPython/core/release.py

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
_version_patch = 0
2121
_version_extra = ".dev"
2222
# _version_extra = "rc1"
23-
# _version_extra = "" # Uncomment this for full releases
23+
_version_extra = "" # Uncomment this for full releases
2424

2525
# Construct full version string from these.
2626
_ver = [_version_major, _version_minor, _version_patch]
@@ -32,22 +32,13 @@
3232
version = __version__ # backwards compatibility name
3333
version_info = (_version_major, _version_minor, _version_patch, _version_extra)
3434

35-
# Change this when incrementing the kernel protocol version
36-
kernel_protocol_version_info = (5, 0)
37-
kernel_protocol_version = "%i.%i" % kernel_protocol_version_info
3835

3936
license = "BSD-3-Clause"
4037

41-
authors = {'Fernando' : ('Fernando Perez','[email protected]'),
42-
'Janko' : ('Janko Hauser','[email protected]'),
43-
'Nathan' : ('Nathaniel Gray','[email protected]'),
44-
'Ville' : ('Ville Vainio','[email protected]'),
45-
'Brian' : ('Brian E Granger', '[email protected]'),
46-
'Min' : ('Min Ragan-Kelley', '[email protected]'),
47-
'Thomas' : ('Thomas A. Kluyver', '[email protected]'),
48-
'Jorgen' : ('Jorgen Stenarson', '[email protected]'),
49-
'Matthias' : ('Matthias Bussonnier', '[email protected]'),
50-
}
38+
authors = {
39+
"Fernando": ("Fernando Perez", "[email protected]"),
40+
"M": ("M Bussonnier", "[email protected]"),
41+
}
5142

5243
author = 'The IPython Development Team'
5344

0 commit comments

Comments
 (0)