mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Release candidate 1
This commit is contained in:
parent
b99f2d5f8e
commit
3636bc4201
2
setup.py
2
setup.py
|
@ -56,7 +56,7 @@ from distutils.sysconfig import get_python_inc
|
|||
from distutils.ccompiler import get_default_compiler
|
||||
|
||||
PSYCOPG_VERSION = '2.0.14'
|
||||
version_flags = ['dt', 'dec']
|
||||
version_flags = ['release-candidate-1', 'dt', 'dec']
|
||||
|
||||
PLATFORM_IS_WINDOWS = sys.platform.lower().startswith('win')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user