diff --git a/Makefile b/Makefile index 613398e..6839ef0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # pgloader build tool APP_NAME = pgloader -VERSION = 3.6.3 +VERSION = 3.6.4 # use either sbcl or ccl CL = sbcl diff --git a/debian/changelog b/debian/changelog index be70a48..848c4ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pgloader (3.6.4-1) unstable; urgency=medium + + * New upstream version. + * debian/tests/testsuite: Run regression tests. + + -- Christoph Berg Fri, 24 Jun 2022 14:32:54 +0200 + pgloader (3.6.3-1) unstable; urgency=medium * New upstream version. diff --git a/pgloader.spec b/pgloader.spec index e4cb2f9..08eec04 100644 --- a/pgloader.spec +++ b/pgloader.spec @@ -1,6 +1,6 @@ Summary: extract, transform and load data into PostgreSQL Name: pgloader -Version: 3.6.3 +Version: 3.6.4 Release: 22%{?dist} License: The PostgreSQL Licence Group: System Environment/Base