Skip to content

Commit

Permalink
Update version for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
propertone committed Jan 19, 2021
1 parent 99e9423 commit 9d705f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ To see a simple example, you can download the code `from github
Changes
-------

1.0.1 (not yet released)
````````````````````````
1.0.1 (2021-01-18)
``````````````````

- Fix an issue introduced in v1.0.0 that could cause the server to hang
after receiving a request with no body that could not be authenticated.
Expand Down
2 changes: 1 addition & 1 deletion wsgi_kerberos.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import socket
import sys

__version__ = '1.0.0'
__version__ = '1.0.1'

LOG = logging.getLogger(__name__)
LOG.addHandler(logging.NullHandler())
Expand Down

0 comments on commit 9d705f8

Please sign in to comment.