Skip to content

Commit e6e5c54

Browse files
Release version 1.2.1
Signed-off-by: Robbie Harwood <[email protected]>
1 parent d2c90c4 commit e6e5c54

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
History
22
=======
33

4+
1.2.1: 2020-03-31
5+
-----------------
6+
7+
- Include tests in sdist tarball
8+
- Don't limit contexts to a single server name
9+
410
1.2.0: 2020-02-18
511
-----------------
612

requests_gssapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
__all__ = ('HTTPSPNEGOAuth', 'HTTPKerberosAuth', 'MutualAuthenticationError',
2424
'REQUIRED', 'OPTIONAL', 'DISABLED')
25-
__version__ = '1.2.0'
25+
__version__ = '1.2.1'

0 commit comments

Comments
 (0)