mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 12:27:03 +08:00
Version bump
This commit is contained in:
6
HISTORY
6
HISTORY
@ -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
|
||||||
====
|
====
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user