mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-07 12:50:32 +03:00
Preparing release 2.2.1
This commit is contained in:
parent
069695b4ae
commit
23391a3c55
|
@ -1,3 +1,9 @@
|
|||
2010-05-17 Federico Di Gregorio <fog@initd.org>
|
||||
|
||||
* Release 2.2.1.
|
||||
|
||||
* Builds again on Windows.
|
||||
|
||||
2010-05-16 Federico Di Gregorio <fog@initd.org>
|
||||
|
||||
* Release 2.2.0.
|
||||
|
|
7
NEWS-2.2
7
NEWS-2.2
|
@ -1,3 +1,10 @@
|
|||
What's new in psycopg 2.2.1
|
||||
---------------------------
|
||||
|
||||
* Bux fixes:
|
||||
- psycopg now builds again on MS Windows.
|
||||
|
||||
|
||||
What's new in psycopg 2.2.0
|
||||
---------------------------
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
# their work without bothering about the module dependencies.
|
||||
|
||||
|
||||
ALLOWED_PSYCOPG_VERSIONS = ('2.2.0',)
|
||||
ALLOWED_PSYCOPG_VERSIONS = ('2.2.0','2.2.1')
|
||||
|
||||
import sys
|
||||
import time
|
||||
|
|
2
setup.py
2
setup.py
|
@ -55,7 +55,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.2.0'
|
||||
PSYCOPG_VERSION = '2.2.1'
|
||||
version_flags = ['dt', 'dec']
|
||||
|
||||
PLATFORM_IS_WINDOWS = sys.platform.lower().startswith('win')
|
||||
|
|
Loading…
Reference in New Issue
Block a user