mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 09:24:07 +03:00
Preparing 2.0.2.
This commit is contained in:
parent
0a574e91a4
commit
8d8bfe969b
|
@ -18,7 +18,7 @@
|
|||
# See the LICENSE file for details.
|
||||
|
||||
|
||||
ALLOWED_PSYCOPG_VERSIONS = ('2.0.1',)
|
||||
ALLOWED_PSYCOPG_VERSIONS = ('2.0.1', '2.0.2')
|
||||
|
||||
import sys
|
||||
import time
|
||||
|
|
2
setup.py
2
setup.py
|
@ -52,7 +52,7 @@ 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.1'
|
||||
PSYCOPG_VERSION = '2.0.2'
|
||||
version_flags = []
|
||||
|
||||
# to work around older distutil limitations
|
||||
|
|
Loading…
Reference in New Issue
Block a user