From 8b55db541cf25c95e211149dd2ffae1286e12f52 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 19 Jan 2016 12:57:06 -0600 Subject: [PATCH] Bump version to 1.9.6 and update RELEASENOTES.md --- RELEASENOTES.md | 10 ++++++++++ pyrax/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cd5d876c..abb5f126 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,15 @@ # Release Notes for pyrax +### 2016.01.19 - Version 1.9.6 + + - Cloud DNS + - Ignore new Managed DNS offering + + - General + - Pin python-novaclient to 2.27.0 + - Pin six and requests to not exceed the next semver major release + - Update references for novaclient v1.1 to v2 + ### 2015.09.02 - Version 1.9.5 - Cloud Servers diff --git a/pyrax/version.py b/pyrax/version.py index ce5165b8..e24d6854 100644 --- a/pyrax/version.py +++ b/pyrax/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -version = "1.9.5" +version = "1.9.6"