Skip to content

Commit

Permalink
Release version 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Sep 4, 2017
1 parent 5caaf16 commit d4fddcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
@@ -1,7 +1,10 @@
Changelog
=========

- Fix marshalling of null values for properties with x-nullable set to True - Issue #185, PR #186
4.8.2 (2017-09-04)
------------------
- Fix marshalling of ``null`` values for properties with ``x-nullable`` set to ``true`` - Issue #185, PR #186. Thanks Jan Baraniewski for the contribution!
- Add ``_asdict()`` method to each model, similar to what namedtuples have - PR #188.

4.8.1 (2017-08-24)
------------------
Expand Down
2 changes: 1 addition & 1 deletion bravado_core/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = "4.8.1"
version = '4.8.2'

0 comments on commit d4fddcc

Please sign in to comment.