From 7af1c07cde93e9317389a617fc7917a33f256b05 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 27 Aug 2022 14:27:46 +0200 Subject: [PATCH] Bump version to 1.2.3 --- README.rst | 6 ++++++ pybase64/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0a72335..8865cd6 100644 --- a/README.rst +++ b/README.rst @@ -121,8 +121,14 @@ Running Python 3.7.2, Apple LLVM version 10.0.0 (clang-1000.11.45.5), Mac OS X 1 Changelog ========= +1.2.3 +----- +- Update base64 library +- Publish python 3.11 wheels + 1.2.2 ----- +- Update base64 library - Fix C extension build on musl distros - Publish musllinux wheels diff --git a/pybase64/_version.py b/pybase64/_version.py index bc86c94..10aa336 100644 --- a/pybase64/_version.py +++ b/pybase64/_version.py @@ -1 +1 @@ -__version__ = "1.2.2" +__version__ = "1.2.3"