Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ad11930

Browse filesBrowse files
committed
Version bump
1 parent e318116 commit ad11930
Copy full SHA for ad11930

File tree

Expand file treeCollapse file tree

3 files changed

+11
-5
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+11
-5
lines changed

‎HISTORY

Copy file name to clipboardExpand all lines: HISTORY
+6Lines 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

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
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"

‎metadata.cfg

Copy file name to clipboardExpand all lines: metadata.cfg
+3-3Lines 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: 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.