From b4691a3b1d4aa46892cf051c841995670f27aea6 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 19 Jan 2016 13:32:18 -0600 Subject: [PATCH] Bump to 1.9.7 to handle packaging issue --- RELEASENOTES.md | 5 +++++ pyrax/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index abb5f126..1d54b487 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,10 @@ # Release Notes for pyrax +### 2016.01.19 - Version 1.9.7 + + - General + - Bump to 1.9.7 to handle pypi packing issue + ### 2016.01.19 - Version 1.9.6 - Cloud DNS diff --git a/pyrax/version.py b/pyrax/version.py index e24d6854..36673026 100644 --- a/pyrax/version.py +++ b/pyrax/version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -version = "1.9.6" +version = "1.9.7"