Version bumped for release 2.6

This commit is contained in:
Daniele Varrazzo 2015-02-09 09:43:55 +00:00
parent 6d63973e08
commit 5efe7131ff
2 changed files with 3 additions and 2 deletions

3
NEWS
View File

@ -6,7 +6,8 @@ What's new in psycopg 2.6
New features:
- Added support for large objects larger than 2GB.
- Added support for large objects larger than 2GB. Many thanks to Blake Rouse
and the MAAS Team for the feature development.
- Python `time` objects with a tzinfo specified and PostgreSQL :sql:`timetz`
data are converted into each other (:ticket:`#272`).

View File

@ -86,7 +86,7 @@ except ImportError:
# Take a look at http://www.python.org/dev/peps/pep-0386/
# for a consistent versioning pattern.
PSYCOPG_VERSION = '2.6.dev0'
PSYCOPG_VERSION = '2.6'
version_flags = ['dt', 'dec']