Skip to content

Commit

Permalink
Release version 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Aug 17, 2016
1 parent 6772e82 commit 3f5b09a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog
=========
4.3.2 (2016-08-17)
------------------
- Fixes around unmarshalling, x-nullable and required behavior - Issue #108, PR #109. Big thanks to Zachary Roadhouse for the report and pull request!
- Fix AttributeError when trying to unmarshal a required array param that's not present - PR #111.

4.3.1 (2016-08-09)
------------------
- Check if a parameter is bool-type before assuming it's a string - PR #107. Thanks to Nick DiRienzo for the pull request!
Expand Down
2 changes: 1 addition & 1 deletion bravado_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "4.3.1"
version = "4.3.2"

0 comments on commit 3f5b09a

Please sign in to comment.