From 15975921de6e042289c11bf769689fe78c59bcb2 Mon Sep 17 00:00:00 2001 From: Semir Patel Date: Mon, 3 Aug 2015 10:15:54 -0700 Subject: [PATCH] Bump to 3.0.0 --- CHANGELOG.rst | 2 +- bravado/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f9009274..e5b6784a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,4 +1,4 @@ -3.0.0 (2015-XX-XX) +3.0.0 (2015-08-03) --------------------- - Support passing in connect_timeout and timeout via _request_options to the Fido and Requests clients - Timeout in HTTPFuture now defaults to None (wait indefinitely) instead of 5s. You should make sure diff --git a/bravado/__init__.py b/bravado/__init__.py index dc58ef8a..5918abd1 100644 --- a/bravado/__init__.py +++ b/bravado/__init__.py @@ -1 +1 @@ -version = '2.1.0' +version = '3.0.0'