Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Jaworski committed Apr 18, 2018
1 parent 60b0843 commit d3b6230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Features:
through `OPTIONS` requests
* painless validation
* 100% tests coverage
* falcon>=0.3.0 (tested up to 1.1.x)
* falcon>=0.3.0 (tested up to 1.4.x)
* python3 exclusive (tested from 3.3 to 3.6)

Community behind graceful is starting to grow but we don't have any mailing
Expand Down
2 changes: 1 addition & 1 deletion src/graceful/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
It is inspired by Django REST Framework package. Mostly by how object
serialization is done but more emphasis is put on API to be self-descriptive.
"""
VERSION = (0, 6, 0) # PEP 386 # noqa
VERSION = (0, 6, 1) # PEP 386 # noqa
__version__ = ".".join([str(x) for x in VERSION]) # noqa

0 comments on commit d3b6230

Please sign in to comment.