Release 0.1.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user