Skip to content

Commit ea0be78

Browse files
Release version 1.0.1
Signed-off-by: Robbie Harwood <[email protected]>
1 parent 2847146 commit ea0be78

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: HISTORY.rst

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

4+
1.0.1: 2019-04-10
5+
-----------------
6+
7+
- Fix example in README
8+
- Fix license detection for PyPI
9+
- Fix a problem with regex escaping
10+
- Add COPR Makefile target
11+
412
1.0.0: 2017-12-14
513
-----------------
614

Diff for: 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.0.0'
25+
__version__ = '1.0.1'

0 commit comments

Comments
 (0)