Skip to content

Commit

Permalink
next release 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Sep 12, 2021
1 parent 08184bd commit 99df71c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGE_LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2021-XX-XX 2.3.5:
-------------------


2021-09-12 2.3.4:
-------------------
* Fix `util.ba2int()` for frozenbitarrays. A bug was introduced in 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion bitarray/bitarray.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Ilan Schnell
*/
#define BITARRAY_VERSION "2.3.4"
#define BITARRAY_VERSION "2.3.5"

#ifdef STDC_HEADERS
#include <stddef.h>
Expand Down

0 comments on commit 99df71c

Please sign in to comment.