Skip to content

Commit 17aeaef

Browse files
authored
v1.2.4 release
Changelog and version bump for release
1 parent b69d90a commit 17aeaef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.txt

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
v1.2.1 (20 Dec 2017)
27

38
* Added support for passing channel binding tokens

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def check_krb5_version():
5858

5959
setup (
6060
name = "pykerberos",
61-
version = "1.2.3.dev0",
61+
version = "1.2.4",
6262
description = "High-level interface to Kerberos",
6363
long_description=long_description,
6464
license="ASL 2.0",

0 commit comments

Comments
 (0)