diff options
author | Federico Di Gregorio <fog@initd.org> | 2006-01-01 11:17:46 +0000 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2006-01-01 11:17:46 +0000 |
commit | 83ea7e1f5bcc4806953cc87d6d6630fede8bb61a (patch) | |
tree | 53884def42458721fc8606818a947c3e28a2d696 | |
parent | 73846966a22f185b9d1c1998f29b1dac0b3319b3 (diff) | |
download | psycopg2-83ea7e1f5bcc4806953cc87d6d6630fede8bb61a.tar.gz |
Preparing release 1.0.7.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2006-01-01 Federico Di Gregorio <fog@initd.org> + * Preparing release 2 beta 7. + * MANIFEST.in: we now distrbute pre-built documentation (still need to add to setup.py the code necessary to build docs as part of the build process.) @@ -8,7 +8,7 @@ What's new in psycopg 2.0 beta 7 * Slightly better ZPsycopgDA (no more double connection objects in the menu and other minor fixes.) -* Documentation! (With many kudos to piro.) +* Documentation in the doc/ directory! (With many kudos to piro.) What's new in psycopg 2.0 beta 6 -------------------------------- |