Skip to content

Commit 29448d9

Browse files
committed
Changelog for v0.2.2
1 parent c53af30 commit 29448d9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.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',

0 commit comments

Comments
 (0)