Thread: [ANNOUNCE] Psycopg 2.7.3 released

[ANNOUNCE] Psycopg 2.7.3 released

From
Daniele Varrazzo
Date:
Hello,

A regression has been found in psycopg 2.7.2, which has been addressed
and solved in the release 2.7.3.

Changes in 2.7.3:

- Restored default timestamptz[] typecasting to Python datetime.
  Regression introduced in Psycopg 2.7.2 (ticket #578).

You can install psycopg2 from PyPI or grab the new code from:

- source package:
  http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-2.7.3.tar.gz
- signature
  http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-2.7.3.tar.gz.asc

I personally apologise for the inconvenience.


----

Psycopg is the most popular PostgreSQL adapter for the Python
programming language. At its core it fully implements the Python DB
API 2.0 specifications. Several extensions allow access to many of the
features offered by PostgreSQL.