File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -47,3 +47,19 @@ For more information about Kerberos see:
4747 do not exist because we can't quite figure out how to use
4848 `gssapi-console <https://github.com/pythongssapi/gssapi-console >`_ as part of
4949 unit tests! If you do figure it out a pull request will be greatly appreciated!
50+
51+
52+ Changelog
53+ ---------
54+
55+
56+ v0.2.2 (10 Nov 2019)
57+ ~~~~~~~~~~~~~~~~~~~~
58+
59+ - Pin license version to GPLv2 for Tidelift
60+
61+
62+ v0.2.1 (10 Dec 2018)
63+ ~~~~~~~~~~~~~~~~~~~~
64+
65+ - Initial release
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.1 ' ,
13+ version = '0.2.2 ' ,
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