diff --git a/CHANGE_LOG b/CHANGE_LOG index ac2e1949..2746011f 100644 --- a/CHANGE_LOG +++ b/CHANGE_LOG @@ -1,4 +1,4 @@ -2024-XX-XX 2.9.3: +2024-10-10 2.9.3: ------------------- * add official Python 3.13 support * update cibuildwheel to 2.21.3 diff --git a/README.rst b/README.rst index 5bcea6e6..2c9f76bf 100644 --- a/README.rst +++ b/README.rst @@ -78,7 +78,7 @@ Once you have installed the package, you may want to test it: $ python -c 'import bitarray; bitarray.test()' bitarray is installed in: /Users/ilan/bitarray/bitarray - bitarray version: 2.9.2 + bitarray version: 2.9.3 sys.version: 3.10.14 (main, Oct 25 2022) [Clang 16.0.6] sys.prefix: /Users/ilan/miniforge3 pointer size: 64 bit @@ -427,7 +427,7 @@ and can therefore be used as a dictionary key: Reference ========= -bitarray version: 2.9.2 -- `change log `__ +bitarray version: 2.9.3 -- `change log `__ In the following, ``item`` and ``value`` are usually a single bit - an integer 0 or 1. diff --git a/doc/changelog.rst b/doc/changelog.rst index 603f74ae..27c66172 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,14 @@ Change log ========== +**2.9.3** (2024-10-10): + +* add official Python 3.13 support +* update cibuildwheel to 2.21.3 +* minor simplifications +* fix some typos + + **2.9.2** (2024-01-01): * optimize initialization from strings by not constantly resizing buffer diff --git a/doc/reference.rst b/doc/reference.rst index 6e43f39e..9bc2e136 100644 --- a/doc/reference.rst +++ b/doc/reference.rst @@ -1,7 +1,7 @@ Reference ========= -bitarray version: 2.9.2 -- `change log `__ +bitarray version: 2.9.3 -- `change log `__ In the following, ``item`` and ``value`` are usually a single bit - an integer 0 or 1.