Skip to content

Commit

Permalink
Bump and release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed Jan 24, 2019
1 parent c04e260 commit 2a8510e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.13.0 Unreleased
0.13.0 2019-01-24
-----------------

* Introduce a send method on the conenction which accepts the new
Expand Down
2 changes: 1 addition & 1 deletion wsproto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .connection import ConnectionType
from .handshake import H11Handshake

__version__ = "0.12.0+dev"
__version__ = "0.13.0"


class WSConnection(object):
Expand Down

0 comments on commit 2a8510e

Please sign in to comment.