mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-26 02:43:43 +03:00
Bump to version 2.7
Refer to pep 440 for version numbering, which superseded pep 386. We are not changing numbering scheme: the version numbers we have used (when we have been consistent) would have been valid in both schemes.
This commit is contained in:
parent
a2bc3c7bcb
commit
b0e6045b63
4
setup.py
4
setup.py
|
@ -61,10 +61,10 @@ try:
|
|||
except ImportError:
|
||||
import ConfigParser as configparser
|
||||
|
||||
# Take a look at http://www.python.org/dev/peps/pep-0386/
|
||||
# Take a look at http://www.python.org/dev/peps/pep-0440/
|
||||
# for a consistent versioning pattern.
|
||||
|
||||
PSYCOPG_VERSION = '2.7b3.dev0'
|
||||
PSYCOPG_VERSION = '2.7'
|
||||
|
||||
|
||||
# note: if you are changing the list of supported Python version please fix
|
||||
|
|
Loading…
Reference in New Issue
Block a user