From a45816274eea91428a94184f0e2ffc2f802eeeac Mon Sep 17 00:00:00 2001 From: David Lord Date: Sun, 17 Jul 2022 10:31:13 -0700 Subject: [PATCH] release version 1.5 --- CHANGES.rst | 2 +- blinker/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d123b19..d278ca0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Version 1.5 ----------- -Unreleased +Released 2022-07-17 - Support Python >= 3.7 and PyPy. Python 2, Python < 3.7, and Jython may continue to work, but the next release will make incompatible diff --git a/blinker/__init__.py b/blinker/__init__.py index 57e1be8..bed55ca 100644 --- a/blinker/__init__.py +++ b/blinker/__init__.py @@ -19,4 +19,4 @@ ] -__version__ = '1.5dev' +__version__ = '1.5'