Skip to content

Commit

Permalink
Release version 5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
macisamuele committed Nov 26, 2019
1 parent 6e0ce2a commit 9c20a25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Changelog
=========
.. Make sure to link Issue and PR information as `(PR|Issue) #xxx`_ and with a link at the bottom of the document
5.16.0 (2019-11-26)
-------------------
- Add equality and deepcopy support for Spec objects - `PR #360`_

5.15.0 (2019-11-15)
-------------------
- Properly build the list of required properties for a schema with ``allOf`` from the sub-schemas - `PR #358`_ - Thanks nickgaya for your contribution!
Expand Down Expand Up @@ -552,7 +556,7 @@ Changelog
.. _PR #355: https://github.com/Yelp/bravado-core/pull/355
.. _PR #356: https://github.com/Yelp/bravado-core/pull/356
.. _PR #358: https://github.com/Yelp/bravado-core/pull/358

.. _PR #360: https://github.com/Yelp/bravado-core/pull/360

.. Link To Documentation pages
.. _Configure: https://bravado-core.readthedocs.org/en/latest/config.html
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 = '5.15.0'
version = '5.16.0'

0 comments on commit 9c20a25

Please sign in to comment.