Release 0.1.1

master
baztian 2010-12-12 20:47:03 +01:00
parent 83fede1f8d
commit c0baf14338
3 changed files with 12 additions and 2 deletions

View File

@ -116,6 +116,11 @@ distribution for details.
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

View File

@ -24,7 +24,7 @@ print find_packages('src')
setup(
#basic package data
name = 'JayDeBeApi',
version = '0.1',
version = '0.1.1',
author = 'Bastian Bowe',
author_email = 'bastian.bowe@gmail.com',
license = 'GNU LGPL',

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