Skip to content

Commit

Permalink
Release version 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Mar 23, 2017
1 parent aee4fe2 commit 5d9c7ef
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
Expand Up @@ -4,6 +4,10 @@ Changelog
- The content will be used to build the Changelog for the new bravado-core release
(add before this line your modifications summary and PR reference)

4.7.2 (2017-03-23)
------------------
- Fix unmarshalling of null values for properties with no spec - Issue #163, PR #165.

4.7.1 (2017-03-22)
------------------
- Fix backward-incompatible Model API change which renames all model methods to have a single underscore infront of them. A deprecation warning has been added - Issue #160, PR #161. Thanks Adam Ever-Hadani for the contribution!
Expand Down
2 changes: 1 addition & 1 deletion bravado_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = "4.7.1"
version = "4.7.2"

0 comments on commit 5d9c7ef

Please sign in to comment.