mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
Version bump.
This commit is contained in:
7
HISTORY
7
HISTORY
@ -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
|
||||||
======
|
======
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
@ -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:
|
||||||
=========================
|
=========================
|
||||||
|
Reference in New Issue
Block a user