Skip to content

Commit ad11930

Browse files
committedJan 1, 2013
Version bump
1 parent e318116 commit ad11930

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
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+
final
6+
=====
7+
8+
No changes.
9+
10+
511
rc 1
612
====
713

Diff for: ‎MySQLdb/release.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
__author__ = "Andy Dustman <farcepest@gmail.com>"
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"

Diff for: ‎metadata.cfg

+3-3
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: farcepest@gmail.com
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)
Please sign in to comment.