Skip to content

Commit

Permalink
Prepare for v1.3.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Borean <jborean93@gmail.com>
  • Loading branch information
jborean93 committed Feb 16, 2024
1 parent f8f4011 commit 65822eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
History
=======

FUTURE: TBD
-----------
1.3.0: 2024-02-16
-----------------
- Drop flag for out of sequence detection
- Use SPNEGO mechanism by default
- Fix ``SanitizedResponse.content`` to be ``bytes`` which reflects the base type

1.2.3: 2021-02-08
-----------------
Expand Down
2 changes: 1 addition & 1 deletion requests_gssapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

__all__ = ('HTTPSPNEGOAuth', 'HTTPKerberosAuth', 'MutualAuthenticationError',
'SPNEGO', 'REQUIRED', 'OPTIONAL', 'DISABLED')
__version__ = '1.2.3'
__version__ = '1.3.0'

0 comments on commit 65822eb

Please sign in to comment.