Version bump

This commit is contained in:
farcepest
2013-01-01 17:14:08 -05:00
parent e31811673b
commit ad119309fc
3 changed files with 11 additions and 5 deletions

View File

@ -2,6 +2,12 @@
What's new in 1.2.4 What's new in 1.2.4
===================== =====================
final
=====
No changes.
rc 1 rc 1
==== ====

View File

@ -1,4 +1,4 @@
__author__ = "Andy Dustman <farcepest@gmail.com>" __author__ = "Andy Dustman <farcepest@gmail.com>"
version_info = (1,2,4,'beta',5) version_info = (1,2,4,'final',1)
__version__ = "1.2.4b5" __version__ = "1.2.4"

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
version: 1.2.4c1 version: 1.2.4
version_info: (1,2,4,'rc',5) version_info: (1,2,4,'final',1)
description: Python interface to MySQL description: Python interface to MySQL
long_description: long_description:
========================= =========================
@ -27,7 +27,7 @@ author: Andy Dustman
author_email: farcepest@gmail.com author_email: farcepest@gmail.com
license: GPL license: GPL
platforms: ALL platforms: ALL
url: http://sourceforge.net/projects/mysql-python url: https://github.com/farcepest/MySQLdb1
classifiers: classifiers:
Development Status :: 5 - Production/Stable Development Status :: 5 - Production/Stable
Environment :: Other Environment Environment :: Other Environment