Release 3.0.96, debian packaging included.

This commit is contained in:
Dimitri Fontaine 2013-12-27 12:22:03 +01:00
parent ab0bc4ea07
commit d5890f7779
2 changed files with 9 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
pgloader (3.0.96-1) unstable; urgency=low
* Release Candidate 6
* Document then rework the batch retry behavior.
* Various bug fixes, including CCL compatibility.
-- Dimitri Fontaine <dimitri@2ndQuadrant.fr> Fri, 27 Dec 2013 15:11:02 +0400
pgloader (3.0.95-1) unstable; urgency=low
* Release Candidate 5.

View File

@ -32,7 +32,7 @@
(in-package :pgloader.params)
(defparameter *version-string* "3.0.95"
(defparameter *version-string* "3.0.96"
"pgloader version strings, following Emacs versionning model.")
;; we can't use pgloader.utils:make-pgstate yet because params is compiled