Skip to content

Commit 31f1e1b

Browse files
committed
Bump version to 119.0.0
1 parent 912d74e commit 31f1e1b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 119.0.0
4+
5+
* Reimplement `InsensitiveSet` using standard python dicts and a more complete implementation of `MutableSet` & `Sequence`. Subtle (but hopefully unimportant) behaviour changes should be expected.
6+
* `InsensitiveDict.keys()` now returns an `InsensitiveSet`.
7+
38
## 118.0.0
49

510
* Removes `notifications_utils.template.SubjectMixin` (not used outside the repo)

notifications_utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# - `make version-minor` for new features
66
# - `make version-patch` for bug fixes
77

8-
__version__ = "118.0.0" # b479010551a3b03216911d36a30a3e3b
8+
__version__ = "119.0.0" # ec7671431faa48dda6ca81ab384771ec

0 commit comments

Comments
 (0)