diff options
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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`). @@ -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'] |
