Skip to content

Commit

Permalink
chore: bump to version 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Nov 17, 2024
1 parent b14b223 commit 9b522fe
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 100 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 4.2.1

- Published with attestation
- Update classifiers, Github Actions... for Python 3.13 (no code changes)

## Version 4.2.0

- Add `discard` method which return a new immutabledict without the item at the given key, if present. Thanks to [@matthiasdiener](https://github.com/matthiasdiener) for the [PR #307](https://github.com/corenting/immutabledict/pull/307)
Expand Down
2 changes: 1 addition & 1 deletion immutabledict/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
ValuesView,
)

__version__ = "4.2.0"
__version__ = "4.2.1"

_K = TypeVar("_K")
_V = TypeVar("_V", covariant=True)
Expand Down
Loading

0 comments on commit 9b522fe

Please sign in to comment.