From ac20e043d50c53606f5f744dae61019e821da0f4 Mon Sep 17 00:00:00 2001 From: "okbob@github.com" Date: Fri, 15 Oct 2021 11:04:15 +0200 Subject: [PATCH] prepare for 2.0.5 --- META.json | 4 ++-- postgresql10-plpgsql_check.spec | 2 +- postgresql11-plpgsql_check.spec | 2 +- postgresql12-plpgsql_check.spec | 2 +- postgresql13-plpgsql_check.spec | 2 +- postgresql14-plpgsql_check.spec | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/META.json b/META.json index 0b1237c..ea016cb 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "plpgsql_check", "abstract": "Additional tools for plpgsql functions validation", "description": "The plpgsql_check is PostgreSQL extension with functionality for direct or indirect extra validation of functions in plpgsql language. It verifies a validity of SQL identifiers used in plpgsql code. It try to identify a performance issues. Modern versions has integrated profiler. The table and function dependencies can be displayed", - "version": "2.0.4", + "version": "2.0.5", "maintainer": "Pavel STEHULE ", "license": "bsd", "provides": { @@ -10,7 +10,7 @@ "abstract": "Additional tools for plpgsql functions validation", "file": "sql/plpgsql_check_active.sql", "docfile": "README.md", - "version": "2.0.4" + "version": "2.0.5" } }, "prereqs": { diff --git a/postgresql10-plpgsql_check.spec b/postgresql10-plpgsql_check.spec index 9d2b122..0076fd2 100644 --- a/postgresql10-plpgsql_check.spec +++ b/postgresql10-plpgsql_check.spec @@ -3,7 +3,7 @@ %global sname plpgsql_check Name: %{sname}_%{pgmajorversion} -Version: 2.0.3 +Version: 2.0.5 Release: 1%{?dist} Summary: Additional tools for plpgsql functions validation diff --git a/postgresql11-plpgsql_check.spec b/postgresql11-plpgsql_check.spec index 2981c93..8b2f692 100644 --- a/postgresql11-plpgsql_check.spec +++ b/postgresql11-plpgsql_check.spec @@ -3,7 +3,7 @@ %global sname plpgsql_check Name: %{sname}_%{pgmajorversion} -Version: 2.0.3 +Version: 2.0.5 Release: 1%{?dist} Summary: Additional tools for plpgsql functions validation diff --git a/postgresql12-plpgsql_check.spec b/postgresql12-plpgsql_check.spec index 4e10bf6..4961fae 100644 --- a/postgresql12-plpgsql_check.spec +++ b/postgresql12-plpgsql_check.spec @@ -3,7 +3,7 @@ %global sname plpgsql_check Name: %{sname}_%{pgmajorversion} -Version: 2.0.3 +Version: 2.0.5 Release: 1%{?dist} Summary: Additional tools for plpgsql functions validation diff --git a/postgresql13-plpgsql_check.spec b/postgresql13-plpgsql_check.spec index 7a88919..e5ead14 100644 --- a/postgresql13-plpgsql_check.spec +++ b/postgresql13-plpgsql_check.spec @@ -3,7 +3,7 @@ %global sname plpgsql_check Name: %{sname}_%{pgmajorversion} -Version: 2.0.3 +Version: 2.0.5 Release: 1%{?dist} Summary: Additional tools for plpgsql functions validation diff --git a/postgresql14-plpgsql_check.spec b/postgresql14-plpgsql_check.spec index 97f3998..f061e2d 100644 --- a/postgresql14-plpgsql_check.spec +++ b/postgresql14-plpgsql_check.spec @@ -3,7 +3,7 @@ %global sname plpgsql_check Name: %{sname}_%{pgmajorversion} -Version: 2.0.3 +Version: 2.0.5 Release: 1%{?dist} Summary: Additional tools for plpgsql functions validation