summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--setup.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7c45fa4..2cc3c0c 100644
--- a/NEWS
+++ b/NEWS
@@ -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`).
diff --git a/setup.py b/setup.py
index ec5bd11..fcfd91f 100644
--- a/setup.py
+++ b/setup.py
@@ -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']