Skip to content

Commit

Permalink
next release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Jun 11, 2021
1 parent 7a45266 commit 32630a6
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.1.2:
-------------------


2021-06-11 2.1.1:
-------------------
* add type hinting (see PEP 484, 561) using stub (`.pyi`) files
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.1.1"
#define BITARRAY_VERSION "2.1.2"

#if PY_MAJOR_VERSION >= 3
#define IS_PY3K
Expand Down

0 comments on commit 32630a6

Please sign in to comment.