summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2006-01-01 11:17:46 +0000
committerFederico Di Gregorio <fog@initd.org>2006-01-01 11:17:46 +0000
commit83ea7e1f5bcc4806953cc87d6d6630fede8bb61a (patch)
tree53884def42458721fc8606818a947c3e28a2d696
parent73846966a22f185b9d1c1998f29b1dac0b3319b3 (diff)
downloadpsycopg2-83ea7e1f5bcc4806953cc87d6d6630fede8bb61a.tar.gz
Preparing release 1.0.7.
-rw-r--r--ChangeLog2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c854fd..f3ab8ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.)
diff --git a/NEWS b/NEWS
index a25ded7..8e1a527 100644
--- a/NEWS
+++ b/NEWS
@@ -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
--------------------------------