mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Preparing 2.2.0 release candidate 1
This commit is contained in:
parent
c1a24f4ca2
commit
012e2e3c72
|
@ -16,7 +16,7 @@
|
|||
# their work without bothering about the module dependencies.
|
||||
|
||||
|
||||
ALLOWED_PSYCOPG_VERSIONS = ('2.0.14',)
|
||||
ALLOWED_PSYCOPG_VERSIONS = ('2.2.0',)
|
||||
|
||||
import sys
|
||||
import time
|
||||
|
|
4
setup.py
4
setup.py
|
@ -55,8 +55,8 @@ from distutils.command.build_ext import build_ext
|
|||
from distutils.sysconfig import get_python_inc
|
||||
from distutils.ccompiler import get_default_compiler
|
||||
|
||||
PSYCOPG_VERSION = '2.0.14'
|
||||
version_flags = ['dt', 'dec']
|
||||
PSYCOPG_VERSION = '2.2.0'
|
||||
version_flags = ['dt', 'dec', 'release-candidate-1']
|
||||
|
||||
PLATFORM_IS_WINDOWS = sys.platform.lower().startswith('win')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user