Skip to content

Commit e318116

Browse files
committed
Version bump
1 parent 49f8ab9 commit e318116

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: HISTORY

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
What's new in 1.2.4
33
=====================
44

5+
rc 1
6+
====
7+
8+
Fixed a dangling reference to the old types module.
9+
10+
511
beta 5
612
======
713

Diff for: metadata.cfg

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
version: 1.2.4b5
3-
version_info: (1,2,4,'beta',5)
2+
version: 1.2.4c1
3+
version_info: (1,2,4,'rc',5)
44
description: Python interface to MySQL
55
long_description:
66
=========================
@@ -16,6 +16,7 @@ long_description:
1616
\n
1717
MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently
1818
supported. Python-3.0 will be supported in a future release.
19+
PyPy is supported.
1920
\n
2021
MySQLdb is `Free Software`_.
2122
\n

0 commit comments

Comments
 (0)