Show More
@@ -16,11 +16,11 b'' | |||
|
16 | 16 | # release. 'dev' as a _version_extra string means this is a development |
|
17 | 17 | # version |
|
18 | 18 | _version_major = 8 |
|
19 |
_version_minor = 2 |
|
|
20 |
_version_patch = |
|
|
19 | _version_minor = 22 | |
|
20 | _version_patch = 2 | |
|
21 | 21 | _version_extra = ".dev" |
|
22 | 22 | # _version_extra = "rc1" |
|
23 |
|
|
|
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] |
General Comments 0
You need to be logged in to leave comments.
Login now