Skip to content

Commit aadf646

Browse files
committed
Changelog for v0.2.4
1 parent 4fefc83 commit aadf646

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,16 @@ Changelog
9393
---------
9494

9595

96+
v0.2.4 (24 Mar 2020)
97+
~~~~~~~~~~~~~~~~~~~~
98+
99+
- Add ``social_auth_kerberos.pipeline`` with function to initialize
100+
default permissions for newly created accounts. See section
101+
*Pipeline configuration*
102+
- Update README with more information how to configure this plugin
103+
- Enable integration testing with Kerberos and coverage collection
104+
105+
96106
v0.2.3 (22 Mar 2020)
97107
~~~~~~~~~~~~~~~~~~~~
98108

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def get_long_description():
1010

1111
setup(
1212
name='social-auth-kerberos',
13-
version='0.2.3',
13+
version='0.2.4',
1414
description='Kerberos authentication backend for Python Social Auth',
1515
long_description=get_long_description(),
1616
author='Kiwi TCMS',

0 commit comments

Comments
 (0)