From 3e06d1b9e1f2eba0d14fe49cb65e8eb570fc27d5 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Mon, 24 Oct 2022 13:00:23 +0200 Subject: [PATCH] New version 3.6.9 --- Makefile | 2 +- debian/changelog | 7 +++++++ docs/conf.py | 2 +- pgloader.spec | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index fc9652fc..c2892fbf 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # pgloader build tool APP_NAME = pgloader -VERSION = 3.6.8 +VERSION = 3.6.9 # use either sbcl or ccl CL = sbcl diff --git a/debian/changelog b/debian/changelog index 2314fbda..758ef6cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pgloader (3.6.9-1) unstable; urgency=medium + + * New upstream version. + * Bump ip4r dependencies to 15. (Closes: #1022296) + + -- Christoph Berg Mon, 24 Oct 2022 12:58:09 +0200 + pgloader (3.6.8-1) unstable; urgency=medium * New upstream version. diff --git a/docs/conf.py b/docs/conf.py index 3a2cbe03..f20f2b4f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ author = 'Dimitri Fontaine' version = '3.6' -release = '3.6.8' +release = '3.6.9' # -- General configuration ------------------------------------------------ diff --git a/pgloader.spec b/pgloader.spec index 89f01bff..c620f65b 100644 --- a/pgloader.spec +++ b/pgloader.spec @@ -1,6 +1,6 @@ Summary: extract, transform and load data into PostgreSQL Name: pgloader -Version: 3.6.8 +Version: 3.6.9 Release: 22%{?dist} License: The PostgreSQL Licence Group: System Environment/Base