* 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:
adustman
2004-09-19 21:38:08 +00:00
parent 0af082a686
commit a63002ecb5
4 changed files with 12 additions and 8 deletions

View File

@ -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