Skip to content

Commit

Permalink
immutables v0.21
Browse files Browse the repository at this point in the history
Changes
=======

* Drop typing_extensions dependency (#114)
  (by @nicoddemus in 3ba46f7 for #114)

Fixes
=====

* Replace `_PyLong_Format` with `PyNumber_ToBase` (#118)
  (by @musicinmybrain in 81d7c92 for #116)
  • Loading branch information
fantix committed Oct 10, 2024
1 parent 81d7c92 commit b34d8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion immutables/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# supported platforms, publish the packages on PyPI, merge the PR
# to the target branch, create a Git tag pointing to the commit.

__version__ = '0.20'
__version__ = '0.21'

0 comments on commit b34d8bd

Please sign in to comment.