Bump the major version because: - Ryu fully support OpenFlow 1.0, Nicira Extensions, and OpenFlow 1.2. - Ryu was tested with various OpenFlow Hardware switches. - There is lots of improvement since the last release.
Ryu is usable now so let's use the major version that implies so. Signed-off-by: FUJITA Tomonori <[email protected]> --- ryu/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ryu/__init__.py b/ryu/__init__.py index 3cb60c6..ab813c9 100644 --- a/ryu/__init__.py +++ b/ryu/__init__.py @@ -14,5 +14,5 @@ # limitations under the License. -version_info = (0, 2) +version_info = (1, 0) version = '.'.join(map(str, version_info)) -- 1.7.4.4 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
