Skip to content

Commit

Permalink
Release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ifduyue committed Oct 6, 2023
1 parent d00f42e commit 098cf1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
--------------

v3.2.0 2023/10/06
~~~~~~~~~~~~~~~~~~~

- Build wheels for Python 3.12
- Remove custom extra_compile_args from setup.py

v3.1.0 2023/07/29
~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion xxtea.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <ctype.h>
#include <stdio.h>

#define VERSION "3.1.0"
#define VERSION "3.2.0"

#if PY_MAJOR_VERSION >= 3
#define PyString_FromStringAndSize PyBytes_FromStringAndSize
Expand Down

0 comments on commit 098cf1f

Please sign in to comment.