Skip to content

Commit

Permalink
Release version 9.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
macisamuele committed Dec 18, 2017
1 parent 7a42ec3 commit e6a160a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

9.2.2 (2017-12-19)
------------------
- Fix msgpack import issue - PR #341. Thanks Jesse Myers for your contribution!

9.2.1 (2017-12-07)
------------------
- The timeout exception for the requests client should inherit from ``requests.exceptions.ReadTimeout`` instead of ``requests.exceptions.Timeout`` - PR #337
Expand Down
2 changes: 1 addition & 1 deletion bravado/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = '9.2.1'
version = '9.2.2'

0 comments on commit e6a160a

Please sign in to comment.