Skip to content

Conversation

@jacebrowning
Copy link
Member

No description provided.

@jacebrowning
Copy link
Member Author

v1.0 beta 1 is out there. I'll let this sit for a week and then release.

@jacebrowning jacebrowning self-assigned this Aug 22, 2017
flask_api/app.py Outdated

if not isinstance(rv, self.response_class):
if isinstance(rv, (text_type, bytes, bytearray, list, dict)):
if isinstance(rv, self.response_class.api_return_types):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this might have resulted from incorrectly resolving a merge conflict. Investigating...

@jacebrowning jacebrowning merged commit 08bf083 into master Aug 29, 2017
@jacebrowning jacebrowning deleted the release/v1.0 branch August 29, 2017 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants