We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69d90a commit 17aeaefCopy full SHA for 17aeaef
CHANGELOG.txt
@@ -1,3 +1,8 @@
1
+v1.2.4 (9 Nov 2021)
2
+
3
+* Added C API change support for Python 3.10 (thanks @stevenpackardblp!)
4
+* Fixed a pointer alignment issue that impacted M1 Mac users (thanks @devashish2203!)
5
6
v1.2.1 (20 Dec 2017)
7
8
* Added support for passing channel binding tokens
setup.py
@@ -58,7 +58,7 @@ def check_krb5_version():
58
59
setup (
60
name = "pykerberos",
61
- version = "1.2.3.dev0",
+ version = "1.2.4",
62
description = "High-level interface to Kerberos",
63
long_description=long_description,
64
license="ASL 2.0",
0 commit comments