mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
1.3.7
This commit is contained in:
parent
4216c5d2ed
commit
26fc8236c9
@ -1,5 +1,9 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 1.3.7 22/06/2015
|
||||||
|
|
||||||
|
* Prevent install on Python 2
|
||||||
|
|
||||||
## 1.3.6 16/06/2015
|
## 1.3.6 16/06/2015
|
||||||
|
|
||||||
* Fix an issue with 1.4dev compatibility
|
* Fix an issue with 1.4dev compatibility
|
||||||
|
@ -23,5 +23,5 @@
|
|||||||
# or negative for a release candidate or beta (after the base version
|
# or negative for a release candidate or beta (after the base version
|
||||||
# number has been incremented)
|
# number has been incremented)
|
||||||
|
|
||||||
__version__ = "1.3.7.dev1"
|
__version__ = "1.3.7"
|
||||||
__version_info__ = (1, 3, 7, -99)
|
__version_info__ = (1, 3, 7, 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user