diff --git a/libraclient/__init__.py b/libraclient/__init__.py index 678a744..86bab4e 100644 --- a/libraclient/__init__.py +++ b/libraclient/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__version__ = "1.2" +__version__ = "1.2.1" diff --git a/tools/pip-requires b/tools/pip-requires index d0758d7..160ae42 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,2 +1,2 @@ -python_novaclient>=2.10.0 +python_novaclient==2.10.0 requests>=1.0.0