Skip to content

Commit

Permalink
Version 0.5.30
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Jun 6, 2018
1 parent 60dbeb0 commit 33f9f61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apistar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from apistar.server import App, ASyncApp, Component, Include, Route
from apistar.test import TestClient

__version__ = '0.5.29'
__version__ = '0.5.30'
__all__ = [
'App', 'ASyncApp', 'Client', 'Component', 'Document', 'Section', 'Link', 'Field',
'Route', 'Include', 'TestClient', 'http', 'main'
Expand Down
4 changes: 4 additions & 0 deletions docs/topics/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Version 0.5.x

### 0.5.30

* Drop erronous `print`

### 0.5.29

* Initial support for validating `.apistar.yml` config file.
Expand Down

0 comments on commit 33f9f61

Please sign in to comment.