Skip to content

Commit

Permalink
Release version 10.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Sep 29, 2020
1 parent c34d4fd commit d2d9162
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
@@ -1,5 +1,8 @@
Changelog
=========
10.6.3 (2020-09-29)
-------------------
- Switch from msgpack-python, which is deprecated, to msgpack - PR #462. Thanks Erik Cederstrand for your contribution!

10.6.2 (2020-05-26)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion bravado/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = '10.6.2'
version = '10.6.3'

0 comments on commit d2d9162

Please sign in to comment.