diff --git a/README.rst b/README.rst index d292967..702c0c3 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/setup.py b/setup.py index 6500307..d7172e2 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/src/JayDeBeApi.egg-info/PKG-INFO b/src/JayDeBeApi.egg-info/PKG-INFO index 6e016e9..1465721 100644 --- a/src/JayDeBeApi.egg-info/PKG-INFO +++ b/src/JayDeBeApi.egg-info/PKG-INFO @@ -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