From 89cd0612146a50a720e5aef8f040ca8ed4c6274b Mon Sep 17 00:00:00 2001 From: Kim Davies Date: Fri, 24 Nov 2023 09:39:45 -0800 Subject: [PATCH] Release v3.5 --- HISTORY.rst | 2 +- LICENSE.md | 2 +- idna/package_data.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index bde07fe..9888aa6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -3.5 (2023-11-XX) +3.5 (2023-11-24) ++++++++++++++++ - Update to Unicode 15.1.0 diff --git a/LICENSE.md b/LICENSE.md index cc7d6ba..ce36701 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2013-2022, Kim Davies and contributors. +Copyright (c) 2013-2023, Kim Davies and contributors. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/idna/package_data.py b/idna/package_data.py index 8501893..2d2d651 100644 --- a/idna/package_data.py +++ b/idna/package_data.py @@ -1,2 +1,2 @@ -__version__ = '3.4' +__version__ = '3.5'