Skip to content

Commit ad11930

Browse files
committed
Version bump
1 parent e318116 commit ad11930

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

HISTORY

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
What's new in 1.2.4
33
=====================
44

5+
final
6+
=====
7+
8+
No changes.
9+
10+
511
rc 1
612
====
713

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',5)
4-
__version__ = "1.2.4b5"
3+
version_info = (1,2,4,'final',1)
4+
__version__ = "1.2.4"

metadata.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
version: 1.2.4c1
3-
version_info: (1,2,4,'rc',5)
2+
version: 1.2.4
3+
version_info: (1,2,4,'final',1)
44
description: Python interface to MySQL
55
long_description:
66
=========================
@@ -27,7 +27,7 @@ author: Andy Dustman
2727
author_email: [email protected]
2828
license: GPL
2929
platforms: ALL
30-
url: http://sourceforge.net/projects/mysql-python
30+
url: https://github.com/farcepest/MySQLdb1
3131
classifiers:
3232
Development Status :: 5 - Production/Stable
3333
Environment :: Other Environment

0 commit comments

Comments
 (0)