We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68fe4e7 commit 14c086bCopy full SHA for 14c086b
CHANGES.rst
@@ -1,3 +1,12 @@
1
+Version 1.9.0 (UNRELEASED)
2
+-------------
3
+
4
+Released TBD
5
6
+- Remove previously deprecated ``__version__``, ``receiver_connected`` and ``WeakNamespace``.
7
+ :pr:`172`
8
9
10
Version 1.8.2
11
-------------
12
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "blinker"
-version = "1.8.2"
+version = "1.9.0"
description = "Fast, simple object-to-object and broadcast signaling"
readme = "README.md"
license = { file = "LICENSE.txt" }
0 commit comments