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'