Skip to content

Commit

Permalink
Merge pull request #165 from jborean93/rc
Browse files Browse the repository at this point in the history
Prepare for 0.13.0rc1
  • Loading branch information
jborean93 committed Oct 30, 2021
2 parents dd2dcf5 + c49918d commit 65bae2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ History
- Dropped support for Python 2 and raised minimum Python version to 3.6.
- Renamed the ``context`` attribute to ``_context`` to indicate it's meant for
internal use only.
- Fix Negotiate header regex pattern to avoid DoS affected patterns

.. _pyspnego: https://github.com/jborean93/pyspnego

Expand All @@ -19,7 +20,6 @@ History
- Add support for channel binding tokens (assumes pykerberos support >= 1.2.1)
- Add support for kerberos message encryption (assumes pykerberos support >= 1.2.1)
- Misc CI/test fixes
- Fix Negotiate header regex pattern to avoid DoS affected patterns

0.11.0: 2016-11-02
------------------
Expand Down
2 changes: 1 addition & 1 deletion requests_kerberos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

__all__ = ('HTTPKerberosAuth', 'MutualAuthenticationError', 'REQUIRED',
'OPTIONAL', 'DISABLED')
__version__ = '0.13.0.dev0'
__version__ = '0.13.0rc1'

0 comments on commit 65bae2b

Please sign in to comment.