diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d89013..ba1e431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Changelog v. 1.33.3 +# Changelog v. 1.33.4 Fix bug in a warning in execute-file that referred to the current package rather than Postmodern. Added retry-transaction restart in the call-with-transaction function diff --git a/README.md b/README.md index 6c05a70..bfebce1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A Common Lisp PostgreSQL programming interface --- -Version 1.33.3 +Version 1.33.4 Postmodern is a Common Lisp library for interacting with [PostgreSQL](http://www.postgresql.org) databases. It is under active development. Features are: diff --git a/cl-postgres.asd b/cl-postgres.asd index f140249..df02fb9 100644 --- a/cl-postgres.asd +++ b/cl-postgres.asd @@ -16,7 +16,7 @@ :author "Marijn Haverbeke " :maintainer "Sabra Crolleton " :license "zlib" - :version "1.33.3" + :version "1.33.4" :depends-on ("md5" "split-sequence" "ironclad" "cl-base64" "uax-15" (:feature (:or :sbcl :allegro :ccl :clisp :genera :armedbear :cmucl :lispworks) diff --git a/doc/index.html b/doc/index.html index 03bb39a..b2fb8c3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,7 +1,7 @@ - + Postmodern @@ -250,8 +250,8 @@

Table of Contents