mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-04-13 22:23:07 +00:00
Development on 3.0.5.dev1
Some checks failed
testing / build (ubuntu-latest, 3.10) (push) Has been cancelled
testing / build (ubuntu-latest, 3.11) (push) Has been cancelled
testing / build (ubuntu-latest, 3.12) (push) Has been cancelled
testing / build (ubuntu-latest, 3.13) (push) Has been cancelled
testing / build (ubuntu-latest, 3.9) (push) Has been cancelled
Some checks failed
testing / build (ubuntu-latest, 3.10) (push) Has been cancelled
testing / build (ubuntu-latest, 3.11) (push) Has been cancelled
testing / build (ubuntu-latest, 3.12) (push) Has been cancelled
testing / build (ubuntu-latest, 3.13) (push) Has been cancelled
testing / build (ubuntu-latest, 3.9) (push) Has been cancelled
This commit is contained in:
parent
3a1ad8c08b
commit
3ba109c651
@ -22,8 +22,8 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "3.0.4"
|
||||
__version_info__ = (3, 0, 4, 0)
|
||||
__version__ = "3.0.5.dev1"
|
||||
__version_info__ = (3, 0, 5, 99)
|
||||
|
||||
if "dev" in __version__:
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user