New version 3.6.9

This commit is contained in:
Christoph Berg 2022-10-24 13:00:23 +02:00
parent 99090836a2
commit 3e06d1b9e1
4 changed files with 10 additions and 3 deletions

View File

@ -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

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
pgloader (3.6.9-1) unstable; urgency=medium
* New upstream version.
* Bump ip4r dependencies to 15. (Closes: #1022296)
-- Christoph Berg <myon@debian.org> Mon, 24 Oct 2022 12:58:09 +0200
pgloader (3.6.8-1) unstable; urgency=medium
* New upstream version.

View File

@ -28,7 +28,7 @@ copyright = '2005-2022, Dimitri Fontaine'
author = 'Dimitri Fontaine'
version = '3.6'
release = '3.6.8'
release = '3.6.9'
# -- General configuration ------------------------------------------------

View File

@ -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