1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 11:18:11 +00:00

1.5.2dev1

This commit is contained in:
Julien Duponchelle 2016-07-07 18:57:48 +02:00
parent e1a7efad60
commit 26d49f19c1
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.5.1"
__version_info__ = (1, 5, 1, 0)
__version__ = "1.5.2dev1"
__version_info__ = (1, 5, 2, -99)