Skip to content

Commit

Permalink
Prepare 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Apr 7, 2018
1 parent 1da4af7 commit 83008f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiorpcx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .session import *
from .util import *

_version = (0, 5, 1)
_version = (0, 5, 2)
_version_str = '.'.join(str(part) for part in _version)

__all__ = (framing.__all__ +
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = 'Neil Booth'

# The short X.Y version
version = '0.5.1'
version = '0.5.2'
# The full version, including alpha/beta/rc tags
release = version

Expand Down

0 comments on commit 83008f8

Please sign in to comment.