Skip to content

Commit

Permalink
Bump to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Semir Patel committed Nov 17, 2015
1 parent 4840a6e commit 7f32ca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changelog
=========

4.0.0 (2015-XX-XX)
4.0.0 (2015-11-17)
------------------
- Support for recursive $refs - Issue #35
- Requires swagger-spec-validator 2.0.1
- Unqualified $refs no longer supported.
Bad: ``{"$ref": "User"}``
Good: ``{"$ref": "#/definitions/User"}``
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 = "3.1.1"
version = "4.0.0"

0 comments on commit 7f32ca2

Please sign in to comment.