Show More
@@ -20,7 +20,7 b' _version_minor = 29' | |||||
20 | _version_patch = 0 |
|
20 | _version_patch = 0 | |
21 | _version_extra = ".dev" |
|
21 | _version_extra = ".dev" | |
22 | # _version_extra = "rc1" |
|
22 | # _version_extra = "rc1" | |
23 |
|
|
23 | _version_extra = "" # Uncomment this for full releases | |
24 |
|
24 | |||
25 | # Construct full version string from these. |
|
25 | # Construct full version string from these. | |
26 | _ver = [_version_major, _version_minor, _version_patch] |
|
26 | _ver = [_version_major, _version_minor, _version_patch] | |
@@ -32,22 +32,13 b' if _version_extra:' | |||||
32 | version = __version__ # backwards compatibility name |
|
32 | version = __version__ # backwards compatibility name | |
33 | version_info = (_version_major, _version_minor, _version_patch, _version_extra) |
|
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 | license = "BSD-3-Clause" |
|
36 | license = "BSD-3-Clause" | |
40 |
|
37 | |||
41 | authors = {'Fernando' : ('Fernando Perez','fperez.net@gmail.com'), |
|
38 | authors = { | |
42 | 'Janko' : ('Janko Hauser','jhauser@zscout.de'), |
|
39 | "Fernando": ("Fernando Perez", "fperez.net@gmail.com"), | |
43 | 'Nathan' : ('Nathaniel Gray','n8gray@caltech.edu'), |
|
40 | "M": ("M Bussonnier", "mbussonnier@gmail.com"), | |
44 | 'Ville' : ('Ville Vainio','vivainio@gmail.com'), |
|
41 | } | |
45 | 'Brian' : ('Brian E Granger', 'ellisonbg@gmail.com'), |
|
|||
46 | 'Min' : ('Min Ragan-Kelley', 'benjaminrk@gmail.com'), |
|
|||
47 | 'Thomas' : ('Thomas A. Kluyver', 'takowl@gmail.com'), |
|
|||
48 | 'Jorgen' : ('Jorgen Stenarson', 'jorgen.stenarson@bostream.nu'), |
|
|||
49 | 'Matthias' : ('Matthias Bussonnier', 'bussonniermatthias@gmail.com'), |
|
|||
50 | } |
|
|||
51 |
|
42 | |||
52 | author = 'The IPython Development Team' |
|
43 | author = 'The IPython Development Team' | |
53 |
|
44 |
General Comments 0
You need to be logged in to leave comments.
Login now