mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
* removed directory filtering in setup.py; should no longer be necessary,
and it seems to cause problems on some platforms or versions of MySQL (most likely 3.23's mysql_config) * removed use of weak references; I don't think they were needed any more, and they caused problems in some of the threaded tests. * applied patch #1188359: If converters are passed in, use a copy(). * Version 1.2.1c2.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#define version_info "(1,2,1,'gamma',1)"
|
||||
#define __version__ "1.2.1c1"
|
||||
#define version_info "(1,2,1,'gamma',2)"
|
||||
#define __version__ "1.2.1c2"
|
||||
/*
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
Reference in New Issue
Block a user