From b526e5d156afc304ea10e48bd38ed8457fae1f0b Mon Sep 17 00:00:00 2001 From: mayeut Date: Mon, 16 Aug 2021 16:33:01 +0200 Subject: [PATCH] Bump version to 1.2.0 --- README.rst | 6 ++++++ pybase64/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 09520c3f..18c4ed6c 100644 --- a/README.rst +++ b/README.rst @@ -121,6 +121,12 @@ Running Python 3.7.2, Apple LLVM version 10.0.0 (clang-1000.11.45.5), Mac OS X 1 Changelog ========= +1.2.0 +----- +- Release the GIL +- Publish CPython 3.10 wheels +- Drop python 3.5 support + 1.1.4 ----- - Add macOS arm64 wheel diff --git a/pybase64/_version.py b/pybase64/_version.py index c72e3798..c68196d1 100644 --- a/pybase64/_version.py +++ b/pybase64/_version.py @@ -1 +1 @@ -__version__ = "1.1.4" +__version__ = "1.2.0"