Skip to content

Commit

Permalink
bump version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dholth committed Oct 24, 2022
1 parent 86f99fb commit cebd3a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2022-10-24 0.6.4:
-------------------
* Fix memory leak in blocksol() when iterating over solutions


2017-10-29 0.6.3:
-------------------
* Revert 'always use Python memory manager'
Expand Down
2 changes: 1 addition & 1 deletion pycosat.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
uses an MIT style license.
*/
#define PYCOSAT_URL "https://pypi.python.org/pypi/pycosat"
#define PYCOSAT_VERSION "0.6.3"
#define PYCOSAT_VERSION "0.6.4"

#include <Python.h>

Expand Down

0 comments on commit cebd3a9

Please sign in to comment.