Skip to content

Commit 9779aa1

Browse files
authored
Merge pull request #154 from pallets-eco/release-1.8.1
release version 1.8.1
2 parents 793f8be + 26f65bd commit 9779aa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 1.8.1
22
-------------
33

4-
Unreleased
4+
Released 2024-04-28
55

66
- Restore identity handling for ``str`` and ``int`` senders. :pr:`148`
77
- Fix deprecated ``blinker.base.WeakNamespace`` import. :pr:`149`

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "blinker"
3-
version = "1.8.1.dev"
3+
version = "1.8.1"
44
description = "Fast, simple object-to-object and broadcast signaling"
55
readme = "README.md"
66
license = { file = "LICENSE.txt" }

0 commit comments

Comments
 (0)