From 9d51c8cdda0c036b1846f4602a3c1c953cd51502 Mon Sep 17 00:00:00 2001 From: baztian Date: Sun, 12 Dec 2010 20:42:45 +0100 Subject: [PATCH] Release 0.1.1 --- README.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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',