From c9951da2cf5fee5dff1cc9826ec27d10875bd4f8 Mon Sep 17 00:00:00 2001 From: kosmos342 Date: Fri, 18 Oct 2024 14:43:57 +0300 Subject: [PATCH] Bump version --- CHANGELOG.md | 3 ++- auth_tkt/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4471326..74fa2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog -## DEV +## 0.3.2 + * Increased maximum allowed version of Cryptography library. Now it requires cryptography < 46. diff --git a/auth_tkt/__init__.py b/auth_tkt/__init__.py index 1a6bd05..758efc4 100644 --- a/auth_tkt/__init__.py +++ b/auth_tkt/__init__.py @@ -1,2 +1,2 @@ __doc__ = 'Python implementation of mod_auth_tkt cookies' -__version__ = '0.3.1' +__version__ = '0.3.2'