commit | fc960cc6adf2423261eafb20807b74732499ecd2 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Wed Feb 13 11:36:26 2019 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Thu Feb 14 08:48:41 2019 -0700 |
tree | 9381f137a9ca4298c1ca339279d3896a5899110b | |
parent | 28f1e498bd2eba7eaeea4e9abf6356631c0b75ad [diff] |
Release version 4.0.0 Change-Id: I4a30b6b68247306b04f0727aea0eb9c3902c4446
diff --git a/VERSION b/VERSION index 3cdeb6b..fcdb2e1 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -4.0.0rc1 +4.0.0
diff --git a/setup.py b/setup.py index 4f15ae1..a9b46ee 100644 --- a/setup.py +++ b/setup.py
@@ -30,7 +30,7 @@ def version(): with open('VERSION') as f: - return f.read() + return f.read().strip() setup(