Set version number to 6.2b1
This commit is contained in:
parent
54418e392b
commit
0e60e70d6f
|
@ -22,5 +22,5 @@
|
|||
# is zero for an official release, positive for a development branch,
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
version = "6.2.dev1"
|
||||
version_info = (6, 2, 0, -100)
|
||||
version = "6.2b1"
|
||||
version_info = (6, 2, 0, -99)
|
||||
|
|
Loading…
Reference in New Issue