Skip to content

Commit c9b282f

Browse files
committed
Version bump.
1 parent b144911 commit c9b282f

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

HISTORY

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
beta 5
66
======
77

8-
Additional work for utf8mb4 support.
8+
Another internal fix for handling remapped character sets.
9+
10+
_mysql.c was broken for the case where read_timeout was *not* available. (Issue #6)
11+
12+
Documentation was converted to sphinx but there is a lot of cleanup left to do.
13+
914

1015
beta 4
1116
======

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
recursive-include doc *.txt
1+
recursive-include doc *.rst
22
recursive-include tests *.py
3+
include doc/conf.py
34
include MANIFEST.in
45
include HISTORY
56
include INSTALL

MySQLdb/release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
__author__ = "Andy Dustman <[email protected]>"
3-
version_info = (1,2,4,'beta',4)
4-
__version__ = "1.2.4b4"
3+
version_info = (1,2,4,'beta',5)
4+
__version__ = "1.2.4b5"

metadata.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
version: 1.2.4b4
3-
version_info: (1,2,4,'beta',4)
2+
version: 1.2.4b5
3+
version_info: (1,2,4,'beta',5)
44
description: Python interface to MySQL
55
long_description:
66
=========================

0 commit comments

Comments
 (0)