Skip to content

Commit

Permalink
Release v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
macisamuele committed Aug 2, 2018
1 parent efc51b1 commit a2827c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,12 @@
Changelog
=========

5.0.5 (2018-08-02)
------------------
- Swagger Spec flattening - use model names instead of generated keys - PR #284
- Swagger Spec flattening - replace inline models with top level definitions - PR #285
- Fix query parameter marshaling in case of boolean parameters - Issue #281 - PR #286

5.0.4 (2018-06-29)
------------------
- Properly sanitize names with multiple leading digits, handle more edge cases correctly - PR #282
Expand Down
2 changes: 1 addition & 1 deletion bravado_core/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = '5.0.4'
version = '5.0.5'

0 comments on commit a2827c6

Please sign in to comment.