Skip to content

Commit

Permalink
Bump and release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Nov 22, 2020
1 parent e7186c0 commit dafe0ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.rst
@@ -1,11 +1,12 @@
Release History
===============

1.0.0+dev
---------
1.0.0 (2020-11-22)
------------------

- Prevent invalid window bit sizes.
- Added support for Python 3.8 and 3.9.
- Prevent invalid window bit sizes.
- Various docs, type checking, tooling and testing improvements.


0.15.0 (2019-08-10)
Expand Down
2 changes: 1 addition & 1 deletion src/wsproto/__init__.py
Expand Up @@ -11,7 +11,7 @@
from .handshake import H11Handshake
from .typing import Headers

__version__ = "1.0.0+dev"
__version__ = "1.0.0"


class WSConnection:
Expand Down

0 comments on commit dafe0ca

Please sign in to comment.