File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
DateFromTicks , TimeFromTicks , TimestampFromTicks
34
34
35
35
36
- VERSION = (0 , 7 , 2 , None )
36
+ VERSION = (0 , 7 , 3 , None )
37
37
threadsafety = 1
38
38
apilevel = "2.0"
39
39
paramstyle = "pyformat"
Original file line number Diff line number Diff line change 20
20
license = "MIT" ,
21
21
packages = find_packages (),
22
22
classifiers = [
23
+ 'Development Status :: 5 - Production/Stable' ,
23
24
'Programming Language :: Python :: 2' ,
24
25
'Programming Language :: Python :: 2.7' ,
25
26
'Programming Language :: Python :: 3' ,
28
29
'Programming Language :: Python :: 3.5' ,
29
30
'Programming Language :: Python :: Implementation :: CPython' ,
30
31
'Programming Language :: Python :: Implementation :: PyPy' ,
31
- 'Development Status :: 4 - Beta' ,
32
32
'Intended Audience :: Developers' ,
33
33
'License :: OSI Approved :: MIT License' ,
34
34
'Topic :: Database' ,
You can’t perform that action at this time.
0 commit comments