|
20 | 20 | _version_patch = 0 |
21 | 21 | _version_extra = ".dev" |
22 | 22 | # _version_extra = "rc1" |
23 | | -# _version_extra = "" # Uncomment this for full releases |
| 23 | +_version_extra = "" # Uncomment this for full releases |
24 | 24 |
|
25 | 25 | # Construct full version string from these. |
26 | 26 | _ver = [_version_major, _version_minor, _version_patch] |
|
32 | 32 | version = __version__ # backwards compatibility name |
33 | 33 | version_info = (_version_major, _version_minor, _version_patch, _version_extra) |
34 | 34 |
|
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 |
38 | 35 |
|
39 | 36 | license = "BSD-3-Clause" |
40 | 37 |
|
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 | +} |
51 | 42 |
|
52 | 43 | author = 'The IPython Development Team' |
53 | 44 |
|
|
0 commit comments