- 2.3.0rc2 -> 2.3.0
- update copyright date in LICENSE
This commit is contained in:
lantz
2021-02-10 12:30:36 -08:00
committed by GitHub
parent 1c42632978
commit d7f399d7a1
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ from mininet.util import ( quietRun, fixLimits, numCores, ensureRoot,
from mininet.term import cleanUpScreens, makeTerms
# Mininet version: should be consistent with README and LICENSE
VERSION = "2.3.0rc2"
VERSION = "2.3.0"
class Mininet( object ):
"Network emulation with hosts spawned in network namespaces."