Skip to content

Commit

Permalink
Update README & version for 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
propertone committed Sep 24, 2021
1 parent e42c53d commit cc64c9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ To see a simple example, you can download the code `from github
Changes
-------

1.0.2 (2021-09-24)
``````````````````

- Set content-length header on 401/403 responses.

1.0.1 (2021-01-18)
``````````````````

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.1'
__version__ = '1.0.2'

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

0 comments on commit cc64c9e

Please sign in to comment.