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 "]