Skip to content

Commit

Permalink
Bump to 1.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Jun 2, 2017
1 parent 78d96f0 commit de7b9c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django_nyt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

_disable_notifications = False

VERSION = "1.0b3"

VERSION = "1.0b4"
__version__ = VERSION

def notify(*args, **kwargs):
"""
Expand Down
5 changes: 5 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
=============

1.0b4
-----

* Explicitly accept WebSocket connections (Kim Desrosiers) #35

1.0b3
-----

Expand Down

0 comments on commit de7b9c3

Please sign in to comment.