From 8b1541d8be9100a88c985dc310d93d9048c33f42 Mon Sep 17 00:00:00 2001 From: lpofredc Date: Tue, 8 Oct 2024 10:54:13 +0200 Subject: [PATCH] release 1.6.9 --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9f5c0a..d0c5739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this -## 1.6.8 - 2024-10-08 +## 1.6.9 - 2024-10-08 ### Fixes - TypeError while using new importlib resources, fix #94 +## 1.6.8 - 2024-10-08 (unpublished) + +... + ## 1.6.7 - 2024-10-07 ### Fixes diff --git a/pyproject.toml b/pyproject.toml index ba6b95e..3881e51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "gn2pg_client" packages = [{ include = "gn2pg" }] -version = "1.6.8" +version = "1.6.9" description = "Import tool from GeoNature to a PostgreSQL database through Export module API (client side)" authors = ["lpofredc "] maintainers = ["lpofredc "]