Skip to content

Commit 14c086b

Browse files
committed
Add changelog entry and bump version
1 parent 68fe4e7 commit 14c086b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
Version 1.8.2
211
-------------
312

pyproject.toml

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

0 commit comments

Comments
 (0)