From 8f3983ee49aace465960083bc2b22588849ee0b5 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 27 Aug 2024 06:12:13 +1000 Subject: [PATCH] Bump version and update CHANGELOG (#51) --- CHANGELOG.md | 6 ++++++ setup.cfg | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f35e8b..7088ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.7.0 - TBD + +* Added password management APIs + * [krb5_set_password](https://web.mit.edu/kerberos/krb5-latest/doc/appdev/refs/api/krb5_set_password.html) + * [krb5_set_password_using_ccache](https://web.mit.edu/kerberos/krb5-latest/doc/appdev/refs/api/krb5_set_password_using_ccache.html) + ## 0.6.0 - 2024-07-22 * Fix up wheel package build to not include uneeded `python_krb5.h` file in the final `site-packages` install dir diff --git a/setup.cfg b/setup.cfg index d7ad7e5..88aa2b2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = krb5 -version = 0.6.0.post50 +version = 0.7.0 url = https://github.com/jborean93/pykrb5 author = Jordan Borean author_email = jborean93@gmail.com @@ -42,4 +42,4 @@ krb5 = krb5 = *.pxd *.pyx - *.h \ No newline at end of file + *.h