Version bump.

This commit is contained in:
farcepest
2012-10-11 10:05:28 -04:00
parent b144911dfb
commit c9b282f8b5
4 changed files with 12 additions and 6 deletions

View File

@ -5,7 +5,12 @@
beta 5 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 beta 4
====== ======

View File

@ -1,5 +1,6 @@
recursive-include doc *.txt recursive-include doc *.rst
recursive-include tests *.py recursive-include tests *.py
include doc/conf.py
include MANIFEST.in include MANIFEST.in
include HISTORY include HISTORY
include INSTALL include INSTALL

View File

@ -1,4 +1,4 @@
__author__ = "Andy Dustman <farcepest@gmail.com>" __author__ = "Andy Dustman <farcepest@gmail.com>"
version_info = (1,2,4,'beta',4) version_info = (1,2,4,'beta',5)
__version__ = "1.2.4b4" __version__ = "1.2.4b5"

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
version: 1.2.4b4 version: 1.2.4b5
version_info: (1,2,4,'beta',4) version_info: (1,2,4,'beta',5)
description: Python interface to MySQL description: Python interface to MySQL
long_description: long_description:
========================= =========================