Skip to content

Commit d522679

Browse files
Updating bitarray dependency to <4.0 to allow for recent 3.1 release.
1 parent 520dd6f commit d522679

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

bitstring/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
THE SOFTWARE.
5656
"""
5757

58-
__version__ = "4.3.0"
58+
__version__ = "4.3.1"
5959

6060
__author__ = "Scott Griffiths"
6161

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bitstring"
7-
version = "4.3.0"
7+
version = "4.3.1"
88
authors = [
99
{ name="Scott Griffiths", email="dr.scottgriffiths@gmail.com" },
1010
]
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
keywords = ["binary", "bitarray", "bitvector", "bitfield"]
2929
dependencies = [
30-
"bitarray >= 3.0.0, < 3.1"
30+
"bitarray >= 3.0.0, < 4.0"
3131
]
3232

3333
[project.urls]

release_notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Release Notes
33

4+
### March 2025: version 4.3.1
5+
6+
* Updated bitarray dependency to allow for v3.x.
7+
48
### January 2025: version 4.3.0
59

610
#### A minor update.

0 commit comments

Comments
 (0)