mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
* Removed some old-style Python stuff from setup.py
* Added a bit of documentation on ssl parameter to Connection * Version 1.1.5
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#define version_info "(1,1,4,'final',1)"
|
||||
#define __version__ "1.1.4"
|
||||
#define version_info "(1,1,5,'final',1)"
|
||||
#define __version__ "1.1.5"
|
||||
/*
|
||||
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