Skip to content

Commit

Permalink
Merge pull request #297 from sabracrolleton/master
Browse files Browse the repository at this point in the history
Corrected version numbers
  • Loading branch information
sabracrolleton authored Feb 11, 2022
2 parents a64ea4c + 4dd10de commit 6a8eb69
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion cl-postgres.asd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
:author "Marijn Haverbeke <marijnh@gmail.com>"
:maintainer "Sabra Crolleton <sabra.crolleton@gmail.com>"
: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)
Expand Down
29 changes: 15 additions & 14 deletions doc/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#+HTML_HEAD: <style>pre.src{background:#343131;color:white;} </style>
#+OPTIONS: ^:nil

Version 1.33.3
Version 1.33.4

Postmodern is a Common Lisp library for interacting with [[https://postgresql.org][PostgreSQL databases]].
Features are:
Expand Down
2 changes: 1 addition & 1 deletion postmodern.asd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:maintainer "Sabra Crolleton <sabra.crolleton@gmail.com>"
:homepage "https://github.com/marijnh/Postmodern"
:license "zlib"
:version "1.33.3"
:version "1.33.4"
:depends-on ("alexandria"
"cl-postgres"
"s-sql"
Expand Down
2 changes: 1 addition & 1 deletion s-sql.asd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:author "Marijn Haverbeke <marijnh@gmail.com>"
:maintainer "Sabra Crolleton <sabra.crolleton@gmail.com>"
:license "zlib"
:version "1.33.3"
:version "1.33.4"
:depends-on ("cl-postgres"
"alexandria")
:components
Expand Down

0 comments on commit 6a8eb69

Please sign in to comment.