summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-07-17 10:31:13 -0700
committerDavid Lord <davidism@gmail.com>2022-07-17 10:35:26 -0700
commita45816274eea91428a94184f0e2ffc2f802eeeac (patch)
tree7c1f4ef2c6ef26a169fe847a9b2e6eab4a4851a8
parent4dcf0bb985fff442ef368ac0366c39e34e359d5b (diff)
downloadblinker-a45816274eea91428a94184f0e2ffc2f802eeeac.tar.gz
release version 1.5
-rw-r--r--CHANGES.rst2
-rw-r--r--blinker/__init__.py2
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 @@ __all__ = [
]
-__version__ = '1.5dev'
+__version__ = '1.5'