Skip to content

Commit aa0176f

Browse files
authored
2.3.1b1 (mininet#1124)
1 parent bdd2f8d commit aa0176f

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Mininet Installation/Configuration Notes
33
----------------------------------------
44

5-
Mininet 2.3.0
5+
Mininet 2.3.1b1
66
---
77

88
The supported installation methods for Mininet are 1) using a
@@ -165,7 +165,7 @@ like to contribute an installation script, we would welcome it!)
165165

166166
Note that `install.sh -fnv `may not install all dependencies on Fedora,
167167
and many tests may still fail.
168-
168+
169169
4. Creating your own Mininet/OpenFlow tutorial VM on Ubuntu/Debian
170170

171171
Creating your own Ubuntu Mininet VM for use with the OpenFlow tutorial

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Mininet 2.3.0 License
1+
Mininet 2.3.1b1 License
22

33
Copyright (c) 2013-2021 Open Networking Foundation
44
Copyright (c) 2009-2012 Bob Lantz and The Board of Trustees of

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Mininet: Rapid Prototyping for Software Defined Networks
22
========================================================
33
*The best way to emulate almost any network on your laptop!*
44

5-
Mininet 2.3.0
5+
Mininet 2.3.1b1
66

77
[![Build Status][1]](https://github.com/mininet/mininet/actions)
88

@@ -70,7 +70,7 @@ Mininet includes:
7070

7171
### Python 3 Support
7272

73-
- Mininet 2.3.0 supports Python 3 and Python 2!
73+
- Mininet 2.3.1b1 supports Python 3 and Python 2!
7474

7575
- You can install both the Python 3 and Python 2 versions of
7676
Mininet side by side, but the most recent installation will
@@ -87,10 +87,12 @@ determine which Python version is used by default by `mn`.
8787

8888
### Other Enhancements and Information
8989

90-
- Support for Ubuntu 20.04 LTS (and 18.04 and 16.04)
90+
- Support for Ubuntu 20.04 LTS (and 18.04)
9191

9292
- More reliable testing and CI via github actions
9393

94+
- Minor bug fixes (2.3.1)
95+
9496
- Additional information about this release and previous releases
9597
may be found in the release notes on http://docs.mininet.org.
9698

mininet/net.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
from mininet.term import cleanUpScreens, makeTerms
110110

111111
# Mininet version: should be consistent with README and LICENSE
112-
VERSION = "2.3.0"
112+
VERSION = "2.3.1b1"
113113

114114
class Mininet( object ):
115115
"Network emulation with hosts spawned in network namespaces."

0 commit comments

Comments
 (0)