File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff 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+
96106v0.2.3 (22 Mar 2020)
97107~~~~~~~~~~~~~~~~~~~~
98108
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def get_long_description():
1010
1111setup (
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' ,
You can’t perform that action at this time.
0 commit comments