From 2006505f754104da63f11d8d4e0f6b6600e3c04d Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Mon, 28 Apr 2014 14:40:49 +0900 Subject: [PATCH] Prepare 1.3.0 --- metadata.cfg | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/metadata.cfg b/metadata.cfg index ea31c01..d6bd038 100644 --- a/metadata.cfg +++ b/metadata.cfg @@ -1,6 +1,6 @@ [metadata] -version: 1.2.4 -version_info: (1,2,4,'final',1) +version: 1.3.0 +version_info: (1,3,0,'final',1) description: Python interface to MySQL long_description: ========================= @@ -14,9 +14,8 @@ long_description: - Thread-safety - Thread-friendliness (threads will not block each other) \n - MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently - supported. Python-3.0 will be supported in a future release. - PyPy is supported. + MySQL-3.23 through 5.5 and Python-2.7, 3.3-3.4 are currently + supported. PyPy is supported. \n MySQLdb is `Free Software`_. \n @@ -25,9 +24,11 @@ long_description: .. [PEP-0249] http://www.python.org/peps/pep-0249.html author: Andy Dustman author_email: farcepest@gmail.com +maintainer: INADA Naoki +maintainer_email: songofacandy@gmail.com license: GPL platforms: ALL -url: https://github.com/farcepest/MySQLdb1 +url: https://github.com/PyMySQL/mysqlclient-python classifiers: Development Status :: 5 - Production/Stable Environment :: Other Environment