Release 0.1.1

This commit is contained in:
baztian
2010-12-12 20:47:03 +01:00
parent 83fede1f8d
commit c0baf14338
3 changed files with 12 additions and 2 deletions
+6 -1
View File
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: JayDeBeApi
Version: 0.1
Version: 0.1.1
Summary: A bridge from JDBC database drivers to Python DB-API.
Home-page: https://launchpad.net/jaydebeapi
Author: Bastian Bowe
@@ -124,6 +124,11 @@ Description: ===================================================================
Changelog
=========
- 0.1.1
- Fixed bug #688290 "NULL values with converters error on fetch."
- Fixed bug #684909 "Selecting ROWIDs errors out on fetch."
- 0.1
- Initial release