From 884343408c904d9676eb2b4d49df1088acab09ad Mon Sep 17 00:00:00 2001 From: Roman Geraskin Date: Wed, 10 Apr 2024 01:06:43 +0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.2=20=E2=86=92=200.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca33ef0..24559ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 0.2.3 (2024-04-10) + ## 0.2.2 (2024-04-09) - extract psycopg-binary as extra dep diff --git a/pyproject.toml b/pyproject.toml index b8dcf26..c0dbf21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dump-psql-roles-grants" -version = "0.2.2" +version = "0.2.3" description = "Dump Postgres Roles and Grants" authors = ["Roman Geraskin "] readme = "README.md"