Skip to content

Commit

Permalink
new release 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lpofredc committed Apr 24, 2024
1 parent 97db8cd commit 6b82cae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this

<!-- ## Unreleased [{version_tag}](https://github.com/opengisch/qgis-plugin-ci/releases/tag/{version_tag}) - YYYY-MM-DD -->

## 1.6.4 - 2024-04-24

## Fixes

- Fix typo error on trigger scripts.

## 1.6.3 - 2024-04-11

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion gn2pg/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <frederic.cloitre@lpo.fr>"]
maintainers = ["lpofredc <frederic.cloitre@lpo.fr>"]
Expand Down

0 comments on commit 6b82cae

Please sign in to comment.