From 72642ed86c9dc4ce9f9acccabe99b06551ede3e3 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 19 Aug 2023 16:39:49 +0200 Subject: [PATCH] Bump version to 1.3.0 --- README.rst | 8 ++++++++ src/pybase64/_version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8865cd65..dc70061d 100644 --- a/README.rst +++ b/README.rst @@ -121,6 +121,14 @@ Running Python 3.7.2, Apple LLVM version 10.0.0 (clang-1000.11.45.5), Mac OS X 1 Changelog ========= +1.3.0 +----- +- Update base64 library +- Add AVX512-VBMI implementation +- Rework extension build to remove adherence on distutils +- Publish python 3.12 wheels +- Documentation now uses furo theme + 1.2.3 ----- - Update base64 library diff --git a/src/pybase64/_version.py b/src/pybase64/_version.py index 10aa336c..67bc602a 100644 --- a/src/pybase64/_version.py +++ b/src/pybase64/_version.py @@ -1 +1 @@ -__version__ = "1.2.3" +__version__ = "1.3.0"