From c9b282f8b5f7595e7dc3c92b8964a423ba0fabdb Mon Sep 17 00:00:00 2001 From: farcepest Date: Thu, 11 Oct 2012 10:05:28 -0400 Subject: Version bump. --- HISTORY | 7 ++++++- MANIFEST.in | 3 ++- MySQLdb/release.py | 4 ++-- metadata.cfg | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/HISTORY b/HISTORY index 6a681f4..da37541 100644 --- a/HISTORY +++ b/HISTORY @@ -5,7 +5,12 @@ beta 5 ====== -Additional work for utf8mb4 support. +Another internal fix for handling remapped character sets. + +_mysql.c was broken for the case where read_timeout was *not* available. (Issue #6) + +Documentation was converted to sphinx but there is a lot of cleanup left to do. + beta 4 ====== diff --git a/MANIFEST.in b/MANIFEST.in index 0fffee1..44895f1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ -recursive-include doc *.txt +recursive-include doc *.rst recursive-include tests *.py +include doc/conf.py include MANIFEST.in include HISTORY include INSTALL diff --git a/MySQLdb/release.py b/MySQLdb/release.py index 4bc2c8c..dcb2e73 100644 --- a/MySQLdb/release.py +++ b/MySQLdb/release.py @@ -1,4 +1,4 @@ __author__ = "Andy Dustman " -version_info = (1,2,4,'beta',4) -__version__ = "1.2.4b4" +version_info = (1,2,4,'beta',5) +__version__ = "1.2.4b5" diff --git a/metadata.cfg b/metadata.cfg index 76333e0..f66ecaa 100644 --- a/metadata.cfg +++ b/metadata.cfg @@ -1,6 +1,6 @@ [metadata] -version: 1.2.4b4 -version_info: (1,2,4,'beta',4) +version: 1.2.4b5 +version_info: (1,2,4,'beta',5) description: Python interface to MySQL long_description: ========================= -- cgit v1.2.1