From 6b82cae7a768ec0bd23af22f79d52528c86af226 Mon Sep 17 00:00:00 2001 From: lpofredc Date: Wed, 24 Apr 2024 16:32:49 +0200 Subject: [PATCH] new release 1.6.4 --- CHANGELOG.md | 6 ++++++ gn2pg/metadata.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 915b504..e1b0342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this +## 1.6.4 - 2024-04-24 + +## Fixes + +- Fix typo error on trigger scripts. + ## 1.6.3 - 2024-04-11 ### What's Changed diff --git a/gn2pg/metadata.py b/gn2pg/metadata.py index 5e31239..d98d6c7 100644 --- a/gn2pg/metadata.py +++ b/gn2pg/metadata.py @@ -8,7 +8,7 @@ PACKAGE = "gn2pg_client" PROJECT = "GeoNature 2 PostgreSQL Client application" PROJECT_NO_SPACES = PROJECT.replace(" ", "") -VERSION = "1.6.2" +VERSION = "1.6.4" DESCRIPTION = "Import tool from GeoNature to a PostgreSQL database through Export module API" AUTHORS = [ "@lpofredc (LPOAuRA)", diff --git a/pyproject.toml b/pyproject.toml index 367fe08..1d73062 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "gn2pg_client" packages = [{ include = "gn2pg" }] -version = "1.6.3" +version = "1.6.4" description = "Import tool from GeoNature to a PostgreSQL database through Export module API (client side)" authors = ["lpofredc "] maintainers = ["lpofredc "]