Skip to content

Commit a6f7300

Browse files
committed
next release 3.8.1
1 parent 4daccc0 commit a6f7300

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGE_LOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-XX-XX 3.8.1:
2+
-------------------
3+
4+
15
2025-11-02 3.8.0:
26
-------------------
37
* add experimental support for free-threaded builds (GIL disabled), #234

bitarray/bitarray.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Author: Ilan Schnell
66
*/
7-
#define BITARRAY_VERSION "3.8.0"
7+
#define BITARRAY_VERSION "3.8.1"
88

99
#ifdef STDC_HEADERS
1010
# include <stddef.h>

0 commit comments

Comments
 (0)