8000 0.7.3 · writepython/PyMySQL@020dd28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 020dd28

Browse files
committed
0.7.3
1 parent 7e50fc7 commit 020dd28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pymysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
DateFromTicks, TimeFromTicks, TimestampFromTicks
3434

3535

36-
VERSION = (0, 7, 2, None)
36+
VERSION = (0, 7, 3, None)
3737
threadsafety = 1
3838
apilevel = "2.0"
3939
paramstyle = "pyformat"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
license="MIT",
2121
packages=find_packages(),
2222
classifiers=[
23+
'Development Status :: 5 - Production/Stable',
2324
'Programming Language :: Python :: 2',
2425
'Programming Language :: Python :: 2.7',
2526
'Programming Language :: Python :: 3',
@@ -28,7 +29,6 @@
2829
'Programming Language :: Python :: 3.5',
2930
'Programming Language :: Python :: Implementation :: CPython',
3031
'Programming Language :: Python :: Implementation :: PyPy',
31-
'Development Status :: 4 - Beta',
3232
'Intended Audience :: Developers',
3333
'License :: OSI Approved :: MIT License',
3434
'Topic :: Database',

0 commit comments

Comments
 (0)
0